Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "dns": {
- "independent_cache": true,
- "rules": [
- {
- "query_type": [
- 32,
- 33
- ],
- "server": "dns-block"
- },
- {
- "domain_suffix": ".lan",
- "server": "dns-block"
- }
- ],
- "servers": [
- {
- "address": "https://8.8.8.8/dns-query",
- "address_resolver": "dns-local",
- "detour": "proxy",
- "strategy": "",
- "tag": "dns-remote"
- },
- {
- "address": "local",
- "address_resolver": "dns-local",
- "detour": "direct",
- "strategy": "",
- "tag": "dns-direct"
- },
- {
- "address": "rcode://success",
- "tag": "dns-block"
- },
- {
- "address": "local",
- "detour": "direct",
- "tag": "dns-local"
- }
- ]
- },
- "inbounds": [
- {
- "domain_strategy": "",
- "listen": "127.0.0.1",
- "listen_port": 2080,
- "sniff": true,
- "sniff_override_destination": false,
- "tag": "mixed-in",
- "type": "mixed"
- },
- {
- "auto_route": true,
- "domain_strategy": "",
- "endpoint_independent_nat": true,
- "inet4_address": "172.19.0.1/28",
- "interface_name": "tun0",
- "mtu": 9000,
- "sniff": true,
- "sniff_override_destination": false,
- "stack": "gvisor",
- "strict_route": false,
- "tag": "tun-in",
- "type": "tun"
- }
- ],
- "log": {
- "level": "info"
- },
- "outbounds": [
- {
- "domain_strategy": "",
- "flow": "",
- "packet_encoding": "",
- "server": "****",
- "server_port": ****,
- "tag": "proxy",
- "tls": {
- "enabled": true,
- "reality": {
- "enabled": true,
- "public_key": "******",
- "short_id": ""
- },
- "server_name": "discordapp.com",
- "utls": {
- "enabled": true,
- "fingerprint": "chrome"
- }
- },
- "transport": {
- "service_name": "xyz",
- "type": "grpc"
- },
- "type": "vless",
- "uuid": "******"
- },
- {
- "tag": "direct",
- "type": "direct"
- },
- {
- "tag": "bypass",
- "type": "direct"
- },
- {
- "tag": "block",
- "type": "block"
- },
- {
- "tag": "dns-out",
- "type": "dns"
- }
- ],
- "route": {
- "final": "proxy",
- "rules": [
- {
- "outbound": "dns-out",
- "protocol": "dns"
- },
- {
- "network": "udp",
- "outbound": "block",
- "port": [
- 135,
- 137,
- 138,
- 139,
- 5353
- ]
- },
- {
- "ip_cidr": [
- "224.0.0.0/3",
- "ff00::/8"
- ],
- "outbound": "block"
- },
- {
- "outbound": "block",
- "source_ip_cidr": [
- "224.0.0.0/3",
- "ff00::/8"
- ]
- }
- ]
- }
- }
Add Comment
Please, Sign In to add comment