|
@@ -8,15 +8,8 @@
|
|
|
"port": "1080",
|
|
|
"protocol": "socks",
|
|
|
"settings": {
|
|
|
- "auth": "noauth",
|
|
|
- "udp": true,
|
|
|
- "ip": "127.0.0.1"
|
|
|
+ "auth": "noauth"
|
|
|
}
|
|
|
- },
|
|
|
- {
|
|
|
- "listen": "127.0.0.1",
|
|
|
- "port": "1081",
|
|
|
- "protocol": "http"
|
|
|
}
|
|
|
],
|
|
|
"outbounds": [
|
|
@@ -25,13 +18,12 @@
|
|
|
"settings": {
|
|
|
"vnext": [
|
|
|
{
|
|
|
- "address": "1.2.3.4",
|
|
|
+ "address": "your_server_ip",
|
|
|
"port": 443,
|
|
|
"users": [
|
|
|
{
|
|
|
"id": "",
|
|
|
- "encryption": "none",
|
|
|
- "level": 0
|
|
|
+ "encryption": "none"
|
|
|
}
|
|
|
]
|
|
|
}
|
|
@@ -41,12 +33,10 @@
|
|
|
"network": "gun",
|
|
|
"security": "tls",
|
|
|
"tlsSettings": {
|
|
|
- "serverName": "your.domain.com",
|
|
|
- "allowInsecure": false,
|
|
|
+ "serverName": "your_domain",
|
|
|
"alpn": [
|
|
|
"h2"
|
|
|
- ],
|
|
|
- "disableSessionResumption": true
|
|
|
+ ]
|
|
|
},
|
|
|
"grpcSettings": {
|
|
|
"serviceName": "GunService"
|