diff --git a/sing-box.json b/sing-box.json new file mode 100644 index 0000000..9fb824c --- /dev/null +++ b/sing-box.json @@ -0,0 +1,71 @@ +{ + "log": { + "level": "info", + "timestamp": true + }, + "dns": { + "servers": [ + { + "tag": "google", + "address": "8.8.8.8" + }, + { + "tag": "local", + "address": "223.5.5.5", + "detour": "direct" + } + ], + "rules": [ + { + "domain": ["cn"], + "server": "local" + } + ], + "strategy": "prefer_ipv4" + }, + "inbounds": [ + { + "type": "mixed", + "tag": "mixed-in", + "listen": "::", + "listen_port": 1080 + } + ], + "outbounds": [ + { + "type": "vless", + "tag": "vless-out", + "server": "racknerdus.122881.xyz", + "server_port": 443, + "uuid": "bf000d23-0752-40b4-affe-68f7707a9661", + "flow": "xtls-rprx-vision", + "tls": { + "enabled": true, + "server_name": "gamedownloads-rockstargames-com.akamaized.net", + "utls": { + "enabled": true, + "fingerprint": "chrome" + }, + "reality": { + "enabled": true, + "public_key": "cVoqcDbBIWrRCrKn2gI_VHFTbyjMOj4ovDE2jKjvJgA", + "short_id": "b2c86d5449d237fa" + } + } + }, + { + "type": "direct", + "tag": "direct" + } + ], + "route": { + "rules": [ + { + "geoip": "cn", + "geosite": "cn", + "outbound": "direct" + } + ], + "final": "vless-out" + } +} \ No newline at end of file