summarylogtreecommitdiffstats
path: root/vpoint_socks_vmess.json
diff options
context:
space:
mode:
authorAkinoKaede2020-11-26 23:47:10 +0800
committerAkinoKaede2020-11-26 23:47:10 +0800
commit75ddbbd3c42cbd6b1c5bd0d7d85495d0dafc4e3e (patch)
treeb00736343e28506caee005400aed9af6a4fe1782 /vpoint_socks_vmess.json
downloadaur-75ddbbd3c42cbd6b1c5bd0d7d85495d0dafc4e3e.tar.gz
xray-bin 1.0.0
Diffstat (limited to 'vpoint_socks_vmess.json')
-rw-r--r--vpoint_socks_vmess.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/vpoint_socks_vmess.json b/vpoint_socks_vmess.json
new file mode 100644
index 000000000000..789cd270af2a
--- /dev/null
+++ b/vpoint_socks_vmess.json
@@ -0,0 +1,25 @@
+{
+ "log": {
+ "loglevel": "warning"
+ },
+ "inbounds": [{
+ "port": 1080,
+ "listen": "127.0.0.1",
+ "protocol": "socks",
+ "settings": {
+ "auth": "noauth",
+ "udp": false,
+ "ip": "127.0.0.1"
+ }
+ }],
+ "outbounds": [{
+ "protocol": "freedom",
+ "settings": {},
+ "tag": "direct"
+ }],
+ "policy": {
+ "levels": {
+ "0": {"uplinkOnly": 0}
+ }
+ }
+}