change port

This commit is contained in:
mm644706215
2025-09-30 21:38:33 +08:00
parent 0942f30386
commit b78c472eed
3 changed files with 6 additions and 6 deletions

View File

@@ -4,13 +4,13 @@
},
"inbounds": [
{
"port": 1080,
"port": 11080,
"listen": "0.0.0.0",
"protocol": "socks",
"settings": { "auth": "noauth", "udp": true }
},
{
"port": 8080,
"port": 18080,
"listen": "0.0.0.0",
"protocol": "http",
"settings": {}