This commit is contained in:
刘河
2019-03-26 23:46:34 +08:00
parent 42a73fa392
commit d42710497c
3 changed files with 55 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
[common]
server_addr=127.0.0.1:8024
conn_type=tcp
vkey=nps
vkey=123
auto_reconnection=true
[health_check_test1]
@@ -20,11 +20,11 @@ health_check_type=tcp
health_check_target=127.0.0.1:8083,127.0.0.1:8082
[web]
host=b.o.com
target_addr=127.0.0.1:8080
target_addr=127.0.0.1:8080,127.0.0.1:8082
[tcp]
mode=tcp
target=127.0.0.1:8080
target_addr=127.0.0.1:8080
server_port=10000
[socks5]