From 36e51773fd558dbcf4988c4f8af5a05ca391f92a Mon Sep 17 00:00:00 2001 From: v2ray Date: Wed, 9 Dec 2015 22:38:24 +0100 Subject: [PATCH] remove dns detour example --- release/config/vpoint_dns_detour.json | 40 --------------------------- 1 file changed, 40 deletions(-) delete mode 100644 release/config/vpoint_dns_detour.json diff --git a/release/config/vpoint_dns_detour.json b/release/config/vpoint_dns_detour.json deleted file mode 100644 index 9598cd52..00000000 --- a/release/config/vpoint_dns_detour.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "port": 1080, - "log": { - "access": "" - }, - "inbound": { - "protocol": "socks", - "settings": { - "auth": "noauth", - "udp": false, - "ip": "127.0.0.1" - } - }, - "outbound": { - "protocol": "vmess", - "settings": { - "vnext": [ - { - "address": "127.0.0.1", - "port": 37192, - "users": [ - {"id": "27848739-7e62-4138-9fd3-098a63964b6b"} - ] - } - ] - } - }, - "inboundDetour": [ - { - "protocol": "dokodemo-door", - "port": 28394, - "settings": { - "address": "8.8.8.8", - "port": 53, - "network": "tcp", - "timeout": 0 - } - } - ] -}