不息屏

This commit is contained in:
cheney 2026-07-13 19:57:08 +08:00
parent 3d8fd41127
commit 73ace78017
2 changed files with 12 additions and 5 deletions

View File

@ -4,15 +4,15 @@
"path": "/websocket_path", "path": "/websocket_path",
"admin": { "admin": {
"enable": true, "enable": true,
"admin_password": "cheney" "admin_password": "helloworld"
}, },
"client_config": { "client_config": {
"fyx": [ "fyx": [
{ {
"name": "test", "name": "superstar",
"remote_port": 9788, "remote_port": 4443,
"local_port": 9788, "local_port": 443,
"local_ip": "zentao.sunyard.com.cn", "local_ip": "198.19.0.115",
"speed_limit": 0.0, "speed_limit": 0.0,
"protocol": "tcp" "protocol": "tcp"
} }

7
proxynt/qinglong.json Normal file
View File

@ -0,0 +1,7 @@
{
"server": {
"url": "ws://121.43.151.143:18888/websocket_path",
"password": "helloworld"
},
"client_name": "fyx"
}