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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
| { "log": { "disabled": false, "level": "info", "output": "usr/local/etc/sing-box/sing-box.log", "timestamp": true }, "dns": { "servers": [ { "tag": "mosdns", "address": "udp://192.168.66.10:53", "strategy": "ipv4_only", "detour": "direct" }, { "tag": "block", "address": "rcode://success" } ], "strategy": "prefer_ipv4", "disable_cache": false, "disable_expire": false }, "inbounds": [ { "type": "mixed", "listen": "::", "listen_port": 10000 }, { "type": "direct", "tag": "dns-in", "network": "udp", "listen": "::", "listen_port": 53 }, { "type": "tproxy", "tag": "tproxy-in", "listen": "::", "listen_port": 7896, "tcp_fast_open": true, "udp_fragment": true, "sniff": true, "sniff_override_destination": true, "domain_strategy": "ipv4_only", "sniff_timeout": "300ms", "udp_timeout": 300 } ], "outbounds": [ { "type": "vless", "tag": "proxy", "server": "142.171.157.46", "server_port": 19573, "uuid": "1c8776e2-901f-4a0c-b298-3e3cc738f8b2", "flow": "xtls-rprx-vision", "tls": { "enabled": true, "server_name": "www.lovelive-anime.jp", "utls": { "enabled": true, "fingerprint": "chrome" }, "reality": { "enabled": true, "public_key": "4comh-7Jm_wZXJQ5QiLSCbVGQIbMUzHUIBdb0aFtLzM", "short_id": "609f93a8" } }, "packet_encoding": "xudp" }, { "type": "direct", "tag": "direct" }, { "type": "block", "tag": "block" }, { "type": "dns", "tag": "mosdns" } ], "route": { "geoip": { "path": "root/geoip.db", "download_url": "https://github.com/SagerNet/sing-geoip/releases/latest/download/geoip.db", "download_detour": "proxy" }, "geosite": { "path": "root/geosite.db", "download_url": "https://github.com/SagerNet/sing-geosite/releases/latest/download/geosite.db", "download_detour": "proxy" }, "rules": [ { "inbound": "dns-in", "outbound": "mosdns" }, { "protocol": "dns", "outbound": "mosdns" }, { "network": "udp", "port": 443, "outbound": "block" }, { "geosite": "cn", "geoip": [ "private", "cn" ], "outbound": "direct" }, { "geosite": "category-ads-all", "outbound": "block" } ], "final": "proxy", "auto_detect_interface": true, "default_mark": 1 }, "experimental": { "clash_api": { "external_controller": "0.0.0.0:9090", "store_selected": true } } }
|