From c442acc9c054cd8cd49546b311336d9d8e25963d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Thu, 11 May 2023 00:46:50 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4xxxYAN4+S?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 123/xxxYAN4+S | 85 --------------------------------------------------- 1 file changed, 85 deletions(-) delete mode 100644 123/xxxYAN4+S diff --git a/123/xxxYAN4+S b/123/xxxYAN4+S deleted file mode 100644 index 5a5509c..0000000 --- a/123/xxxYAN4+S +++ /dev/null @@ -1,85 +0,0 @@ -{ - "api": { - "services": [ - "HandlerService", - "LoggerService", - "StatsService" - ], - "tag": "api" - }, - "inbounds": [ - { - "listen": "127.0.0.1", - "port": 62789, - "protocol": "dokodemo-door", - "settings": { - "address": "127.0.0.1" - }, - "tag": "api", - "sniffing": { - "enabled": true, - "destOverride": ["http", "tls"] - } - } - ], - "outbounds": [ - { - "tag": "default", - "protocol": "freedom" - }, - { - "tag":"socks5_out", - "protocol": "socks", - "settings": { - "servers": [ - { - "address": "127.0.0.1", - "port": 40000 - } - ] - } - } - ], - "policy": { - "system": { - "statsInboundDownlink": true, - "statsInboundUplink": true - } - }, - "routing": { - "rules": [ - { - "type": "field", - "outboundTag": "socks5_out", - "domain": ["geosite:netflix"] - }, - { - "type": "field", - "outboundTag": "default", - "network": "udp,tcp" - }, - { - "inboundTag": [ - "api" - ], - "outboundTag": "api", - "type": "field" - }, - { - "ip": [ - "geoip:private" - ], - "outboundTag": "blocked", - "type": "field" - }, - { - "outboundTag": "blocked", - "protocol": [ - "bittorrent" - ], - "type": "field" - } - ] - }, - "stats": {} -}