This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//go:build linux | |
package ipset | |
import ( | |
"context" | |
"fmt" | |
"log/slog" | |
"net" | |
"strings" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh /etc/rc.common | |
# Copyright (C) 2009 OpenWrt.org | |
START=60 | |
USE_PROCD=1 | |
start_service() { | |
[ -f /etc/krb5.keytab ] || return 1 | |
mkdir -p /var/lib/nfs/rpc_pipefs | |
mount -t rpc_pipefs rpc_pipefs /var/lib/nfs/rpc_pipefs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/main.go b/main.go | |
index 2212ddf..1ecab32 100644 | |
--- a/main.go | |
+++ b/main.go | |
@@ -19,6 +19,8 @@ import ( | |
"v2ray.com/core/app/dispatcher" | |
"v2ray.com/core/app/proxyman" | |
+ "v2ray.com/core/app/reverse" | |
+ "v2ray.com/core/app/router" |