We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
已经更改配置文件 该配置文件和路线均在win平台正常使用 `{ "server": "xx.xx.xx.xx", "server_ipv6": "::", "server_port": 19794, "local_address": "127.0.0.0", "local_port": 1080,
"password": "u3cP92", "method": "aes-128-ctr", "protocol": "auth_aes128_md5", "protocol_param": "", "obfs": "http_simple", "obfs_param": "", "speed_limit_per_con": 0, "speed_limit_per_user": 0,
"additional_ports" : {}, // only works under multi-user mode "additional_ports_only" : false, // only works under multi-user mode "timeout": 120, "udp_timeout": 60, "dns_ipv6": false, "connect_verbose_info": 0, "redirect": "", "fast_open": false } ` 2.同时运行了server.py local.py 无报错 端口也正常被监听
但是ping google.com 失败 请问是还有什么没做好吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
已经更改配置文件 该配置文件和路线均在win平台正常使用
`{
"server": "xx.xx.xx.xx",
"server_ipv6": "::",
"server_port": 19794,
"local_address": "127.0.0.0",
"local_port": 1080,
"password": "u3cP92",
"method": "aes-128-ctr",
"protocol": "auth_aes128_md5",
"protocol_param": "",
"obfs": "http_simple",
"obfs_param": "",
"speed_limit_per_con": 0,
"speed_limit_per_user": 0,
"additional_ports" : {}, // only works under multi-user mode
"additional_ports_only" : false, // only works under multi-user mode
"timeout": 120,
"udp_timeout": 60,
"dns_ipv6": false,
"connect_verbose_info": 0,
"redirect": "",
"fast_open": false
}
`
2.同时运行了server.py local.py 无报错 端口也正常被监听
但是ping google.com 失败
请问是还有什么没做好吗?
The text was updated successfully, but these errors were encountered: