Browse Source

Update shadowsocksr

ssrs ipv6支持
taowazi007 4 years ago
parent
commit
e1070954e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      luci-app-ssr-plus/root/etc/init.d/shadowsocksr

+ 1 - 0
luci-app-ssr-plus/root/etc/init.d/shadowsocksr

@@ -220,6 +220,7 @@ gen_service_file() {
 	cat <<-EOF >$2
 		{
 		"server": "0.0.0.0",
+		"server_ipv6": "::",
 		"server_port": $(uci_get_by_name $1 server_port),
 		"password": "$(uci_get_by_name $1 password)",
 		"timeout": $(uci_get_by_name $1 timeout 60),