-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
1 lines (1 loc) · 1.5 KB
/
Copy pathtest.json
File metadata and controls
1 lines (1 loc) · 1.5 KB
1
{"log": {"loglevel": "warning"}, "inbounds": [{"tag": "socks-in", "port": 10808, "listen": "127.0.0.1", "protocol": "socks", "settings": {"auth": "noauth", "udp": true}, "sniffing": {"enabled": true, "destOverride": ["http", "tls", "fakedns"]}}, {"tag": "http-in", "port": 10809, "listen": "127.0.0.1", "protocol": "http", "settings": {}, "sniffing": {"enabled": true, "destOverride": ["http", "tls", "fakedns"]}}], "outbounds": [{"tag": "proxy", "protocol": "trojan", "settings": {"servers": [{"address": "127.0.0.1", "port": 40443, "password": "humanity"}]}, "streamSettings": {"network": "ws", "security": "tls", "tlsSettings": {"serverName": "www.creationlong.org", "fingerprint": "chrome"}, "wsSettings": {"path": "/assignment", "headers": {"Host": "www.creationlong.org"}}}}, {"tag": "direct", "protocol": "freedom"}, {"tag": "block", "protocol": "blackhole"}], "routing": {"domainStrategy": "IPIfNonMatch", "rules": [{"type": "field", "port": 53, "network": "udp,tcp", "outboundTag": "proxy"}, {"type": "field", "ip": ["127.0.0.0/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "::1/128", "fc00::/7", "fe80::/10"], "outboundTag": "direct"}, {"type": "field", "domain": ["regexp:.*\\.ir$", "regexp:.*\\.gov\\.ir$", "regexp:.*\\.ac\\.ir$", "regexp:.*\\.co\\.ir$"], "outboundTag": "direct"}, {"type": "field", "network": "tcp,udp", "outboundTag": "proxy"}]}, "dns": {"servers": ["https+local://cloudflare-dns.com/dns-query", "https+local://dns.google/dns-query", "1.1.1.1", "8.8.8.8", "localhost"], "queryStrategy": "UseIP"}}