Spaces:
Paused
Paused
File size: 1,368 Bytes
66adad0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
{
"log": {
"loglevel": "none"
},
"inbounds": [
{
"tag": "http",
"port": 10808,
"listen": "0.0.0.0",
"protocol": "http",
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
],
"routeOnly": false
},
"settings": {
"auth": "noauth",
"udp": true,
"allowTransparent": false
}
}
],
"outbounds": [
{{TEMPLATE}}
],
"policy": {
"levels": {
"0": {
"handshake": 2,
"connIdle": 120
}
}
},
"routing": {
"domainStrategy": "IPIfNonMatch",
"domainMatcher": "hybrid",
"rules": [
{
"type": "field",
"domain": [
"bing.com",
"cloudflare.com"
],
"outboundTag": "wireguard"
}
]
},
"transport": {
"tlsSettings": {
"minVersion": "1.2",
"maxVersion": "1.3",
"cipherSuites": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256:TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256"
}
}
} |