123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263 |
- {
- "log": {
- "loglevel": "debug"
- },
- "dns": {
- "disableFallbackIfMatch": true,
- "hosts": {},
- "queryStrategy": "UseIP",
- "servers": [
- {
- "address": "tcp://1.1.1.1",
- "concurrency": true
- },
- {
- "address": "tcp+local://223.5.5.5:53",
- "concurrency": true,
- "domains": [
- "full:cdn-all.xn--b6gac.eu.org"
- ],
- "skipFallback": true
- }
- ]
- },
- "outbounds": [
- {
- "settings": {
- "secretKey": "KEY",
- "mtu": 1400,
- "peers": [
- {
- "publicKey": "bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=",
- "endpoint" : "engage.cloudflareclient.com:2408",
- "keepAlive": 30
- }
- ],
- "address": [
- "172.16.0.2/32",
- "2606:4700:110:893c:845c:536b:5565:8106/128"
- ],
- "kernelMode": false,
- "worker":16
- },
- "protocol": "wireguard",
- "streamSettings": {
- "network": "tcp"
- },
- "tag":"directwarp"
- },
- {
- "settings": {
- "secretKey": "KEY",
- "mtu": 1280,
- "peers": [
- {
- "publicKey": "bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=",
- "endpoint" : "engage.cloudflareclient.com:2408",
- "keepAlive": 30
- }
- ],
- "address": [
- "172.16.0.2/32",
- "2606:4700:110:893c:845c:536b:5565:8106/128"
- ],
- "kernelMode": false,
- "worker":16
- },
- "protocol": "wireguard",
- "streamSettings": {
- "network": "tcp"
- },
- "tag":"warpoverwarp",
- "proxySettings": {
- "tag": "directwarp",
- "transportLayer": true
- }
- },
- {
- "protocol": "vless",
- "settings": {
- "vnext": [
- {
- "address": "cdn-all.xn--b6gac.eu.org",
- "port": 443,
- "users": [
- {
- "id": "VLESSID",
- "encryption": "none",
- "level":0
- }
- ]
- }
- ]
- },
- "streamSettings": {
- "network": "ws",
- "security": "tls",
- "tlsSettings": {
- "serverName": "VLESSCFWORKERNAME",
- "allowInsecure": true
- },
- "wsSettings": {
- "headers": {
- "Host": "VLESSCFWORKERNAME"
- },
- "path": "/?ed=2048"
- }
- },
- "tag":"vlesscf",
- "proxySettings": {
- "tag": "directfragment",
- "transportLayer": true
- }
- },
- {
- "protocol": "vless",
- "settings": {
- "vnext": [
- {
- "address": "cdn-all.xn--b6gac.eu.org",
- "port": 443,
- "users": [
- {
- "id": "VLESSID",
- "encryption": "none",
- "level":0
- }
- ]
- }
- ]
- },
- "streamSettings": {
- "network": "ws",
- "security": "tls",
- "tlsSettings": {
- "serverName": "VLESSCFWORKERNAME",
- "allowInsecure": true
- },
- "wsSettings": {
- "headers": {
- "Host": "VLESSCFWORKERNAME"
- },
- "path": "/?ed=2048"
- }
- },
- "tag":"vlesscfoverwarp",
- "proxySettings": {
- "tag": "directwarp",
- "transportLayer": true
- }
- },
- {
- "protocol": "freedom",
- "tag": "direct"
- },
- {
- "protocol": "freedom",
- "settings":{
- "fragment": {
- "packets": "tlshello",
- "length": "40-60",
- "interval": "30-50"
- }
- },
- "tag": "directfragment"
- }
- ]
- ,
- "inbounds":[
- {
- "listen": "0.0.0.0",
- "port": 10070,
- "protocol": "http",
- "settings": {
- "allowTransparent": true
- },
- "tag": "http"
- },
- {
- "port": 10071,
- "protocol": "socks",
- "settings": {
- "udp": true,
- "auth": "noauth"
- },
- "tag":"socks5"
- },
- {
- "port": 10072,
- "protocol": "socks",
- "settings": {
- "udp": true,
- "auth": "noauth"
- },
- "tag":"socks5overvless"
- },
- {
- "port": 10073,
- "protocol": "socks",
- "settings": {
- "udp": true,
- "auth": "noauth"
- },
- "tag":"socks5overwarpoverwarp"
- },
- {
- "port": 10074,
- "protocol": "socks",
- "settings": {
- "udp": true,
- "auth": "noauth"
- },
- "tag":"socks5overvlessoverwarp"
- }
- ],
- "routing": {
- "domainStrategy": "AsIs",
- "rules": [
- {
- "type": "field",
- "ip": [
- "127.0.0.1"
- ],
- "outboundTag": "direct"
- },
- {
- "type": "field",
- "inboundTag": [
- "socks5"
- ],
- "outboundTag": "directwarp"
- },
- {
- "type": "field",
- "inboundTag": [
- "socks5overvless"
- ],
- "outboundTag": "vlesscf"
- },
- {
- "type": "field",
- "inboundTag": [
- "http"
- ],
- "outboundTag": "vlesscf"
- },
- {
- "type": "field",
- "inboundTag": [
- "socks5overwarpoverwarp"
- ],
- "outboundTag": "warpoverwarp"
- },
- {
- "type": "field",
- "inboundTag": [
- "socks5overvlessoverwarp"
- ],
- "outboundTag": "vlesscfoverwarp"
- }
- ]
- }
- }
|