nps/conf/npc.conf

76 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-02-12 11:54:00 -08:00
[common]
2019-04-08 03:02:54 -07:00
server_addr=127.0.0.1:8024
conn_type=tcp
2019-03-26 08:46:34 -07:00
vkey=123
2019-02-12 11:54:00 -08:00
auto_reconnection=true
2019-03-30 01:35:43 -07:00
max_conn=1000
flow_limit=1000
rate_limit=1000
basic_username=11
basic_password=3
web_username=user
web_password=1234
crypt=true
compress=true
2019-03-14 23:03:49 -07:00
[health_check_test1]
health_check_timeout=1
health_check_max_failed=3
health_check_interval=1
2019-03-07 02:07:53 -08:00
health_http_url=/
2019-03-14 23:03:49 -07:00
health_check_type=http
health_check_target=127.0.0.1:8083,127.0.0.1:8082
[health_check_test2]
health_check_timeout=1
health_check_max_failed=3
health_check_interval=1
health_check_type=tcp
health_check_target=127.0.0.1:8083,127.0.0.1:8082
2019-03-30 01:35:43 -07:00
2019-03-23 07:19:59 -07:00
[web]
2019-03-30 01:35:43 -07:00
host=c.o.com
target_addr=127.0.0.1:8083,127.0.0.1:8082
2019-03-07 02:07:53 -08:00
2019-02-23 21:17:43 -08:00
[tcp]
mode=tcp
2019-03-26 08:46:34 -07:00
target_addr=127.0.0.1:8080
server_port=10000
2019-02-23 21:17:43 -08:00
[socks5]
mode=socks5
2019-03-30 01:35:43 -07:00
server_port=19009
multi_account=multi_account.conf
2019-03-02 01:43:21 -08:00
[file]
mode=file
2019-03-30 01:35:43 -07:00
server_port=19008
2019-04-08 02:01:08 -07:00
local_path=/Users/liuhe/Downloads
2019-03-02 01:43:21 -08:00
strip_pre=/web/
2019-03-30 01:35:43 -07:00
[http]
mode=httpProxy
server_port=19004
2019-02-23 21:17:43 -08:00
[udp]
mode=udp
2019-03-30 01:35:43 -07:00
server_port=12253
target_addr=114.114.114.114:53
2019-02-26 06:40:28 -08:00
2019-03-30 01:35:43 -07:00
[ssh_secret]
mode=secret
password=ssh2
target_addr=123.206.77.88:22
[ssh_p2p]
mode=p2p
password=ssh3
2019-03-23 07:19:59 -07:00
[secret_ssh]
local_port=2001
2019-03-30 01:35:43 -07:00
password=ssh2
2019-03-23 07:19:59 -07:00
[p2p_ssh]
local_port=2002
2019-03-30 01:35:43 -07:00
password=ssh3
target_addr=123.206.77.88:22