From 73ace78017a7530fd46a98037a860cf600d8a841 Mon Sep 17 00:00:00 2001 From: cheney Date: Mon, 13 Jul 2026 19:57:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E6=81=AF=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxynt/config_s.json | 10 +++++----- proxynt/qinglong.json | 7 +++++++ 2 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 proxynt/qinglong.json 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