diff --git a/Без названия 1.md b/Без названия 1.md new file mode 100644 index 0000000..831d3f1 --- /dev/null +++ b/Без названия 1.md @@ -0,0 +1,107 @@ + +``` +{ + "log": { + "loglevel": "warning" + }, + "routing": { + "rules": [ + { + "ip": [ + "geoip:cloudflare" + ], + "outboundTag": "DIRECT", + "type": "field" + } + ] + }, + "inbounds": [ + { + "tag": "VLESS_REALITY", + "listen": "0.0.0.0", + "port": 2083, + "protocol": "vless", + "settings": { + "clients": [], + "decryption": "none" + }, + "streamSettings": { + "network": "tcp", + "security": "reality", + "realitySettings": { + "show": false, + "dest": "www.apple.com:443", + "xver": 0, + "serverNames": [ + "www.apple.com" + ], + "privateKey": "sIiJLOrd5kisiC4Fx3OXBKqEinrtYa5vt4CalThTvkI", + "shortIds": [ + "fb8382e98f461945", + "a1b2c3d4" + ] + } + }, + "sniffing": { + "enabled": true, + "destOverride": [ + "http", + "tls" + ] + } + } + ], + "outbounds": [ + { + "protocol": "freedom", + "tag": "DIRECT" + }, + { + "protocol": "blackhole", + "tag": "BLOCK" + } + ] +} +``` + + +``` +{ + "log": { + "loglevel": "warning" + }, + "routing": { + "rules": [ + { + "ip": [ + "geoip:private" + ], + "outboundTag": "BLOCK", + "type": "field" + } + ] + }, + "inbounds": [ + { + "tag": "Shadowsocks TCP", + "listen": "0.0.0.0", + "port": 1080, + "protocol": "shadowsocks", + "settings": { + "clients": [], + "network": "tcp,udp" + } + } + ], + "outbounds": [ + { + "protocol": "freedom", + "tag": "DIRECT" + }, + { + "protocol": "blackhole", + "tag": "BLOCK" + } + ] +} +``` \ No newline at end of file