From 5f03237434801f82171e9f70a8211dbca3937405 Mon Sep 17 00:00:00 2001 From: EpLiar Date: Fri, 31 Jul 2020 09:04:13 +0800 Subject: [PATCH] =?UTF-8?q?Create=20'mkcp=20=E5=8A=A8=E6=80=81=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3/config=5Fclient.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mkcp 动态端口/config_client.json | 74 ++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 mkcp 动态端口/config_client.json diff --git a/mkcp 动态端口/config_client.json b/mkcp 动态端口/config_client.json new file mode 100644 index 0000000..a14e94d --- /dev/null +++ b/mkcp 动态端口/config_client.json @@ -0,0 +1,74 @@ +{ + "log": { + "loglevel": "warning" + }, + "dns": { + "servers": [ + "8.8.8.8", + "8.8.4.4", + "localhost" + ] + }, + "routing": { + "domainStrategy": "IPIfNonMatch", + "rules": [ + { + "ip": [ + "geoip:cn", + "geoip:private" + ], + "outboundTag": "direct", + "port": null, + "type": "field" + } + ] + }, + "policy": {}, + "inbounds": [ + { + "port": "1080", + "protocol": "socks", + "settings": { + "auth": "noauth", + "udp": true + }, + "tag": "socks" + } + ], + "outbounds": [ + { + "sendThrough": "0.0.0.0", + "protocol": "vmess", + "settings": { + "vnext": [ + { + "users": [ + { + "alterId": 100, + "security": "aes-128-gcm", + "id": "e2b39869-7e9e-411b-a561-00904419bed9", + "testsEnabled": "VMessAEAD" + } + ], + "port": 1234, + "address": "Your_IP_Address" + } + ] + }, + "tag": "proxy", + "streamSettings": { + "network": "kcp" + }, + "tag": "proxy" + }, + { + "protocol": "freedom", + "settings": { + }, + "tag": "direct" + } + ], + "transport": {}, + "stats": {}, + "reverse": {} +} \ No newline at end of file