Files
sing-box-extended-mirror/examples/vpn/proxy_client-server-vpn_client/proxy_client.json
T

39 lines
648 B
JSON
Raw Normal View History

2025-07-06 18:31:06 +03:00
{
"log": {
"level": "error"
},
"dns": {
"servers": [
{
2025-08-15 12:56:52 +03:00
"type": "local",
"tag": "default"
2025-07-06 18:31:06 +03:00
}
]
},
"inbounds": [
{
"type": "mixed",
"tag": "mixed-in",
"listen_port": 7897
}
],
"outbounds": [
{
"type": "direct",
"tag": "direct-out"
},
{
"type": "vless",
"tag": "vless-out",
"server": "0.0.0.0",
"server_port": 8000,
"uuid": "9b65b7e1-04c8-4717-8f45-2aa61fd25937",
"network": "tcp"
}
],
"route": {
"final": "vless-out",
2025-08-15 12:56:52 +03:00
"default_domain_resolver": "default",
2025-07-06 18:31:06 +03:00
"auto_detect_interface": true
}
}