diff --git a/proxynt/config_s.json b/proxynt/config_s.json index b928ef1..164211d 100644 --- a/proxynt/config_s.json +++ b/proxynt/config_s.json @@ -4,15 +4,15 @@ "path": "/websocket_path", "admin": { "enable": true, - "admin_password": "cheney" + "admin_password": "helloworld" }, "client_config": { "fyx": [ { - "name": "test", - "remote_port": 9788, - "local_port": 9788, - "local_ip": "zentao.sunyard.com.cn", + "name": "superstar", + "remote_port": 4443, + "local_port": 443, + "local_ip": "198.19.0.115", "speed_limit": 0.0, "protocol": "tcp" } diff --git a/proxynt/qinglong.json b/proxynt/qinglong.json new file mode 100644 index 0000000..18c5d6c --- /dev/null +++ b/proxynt/qinglong.json @@ -0,0 +1,7 @@ +{ + "server": { + "url": "ws://121.43.151.143:18888/websocket_path", + "password": "helloworld" + }, + "client_name": "fyx" +} \ No newline at end of file