summarylogtreecommitdiffstats
path: root/vpoint_socks_vmess.json
diff options
context:
space:
mode:
authorAkinoKaede2020-11-26 23:13:02 +0800
committerAkinoKaede2020-11-26 23:13:02 +0800
commit09e6a93a51040d3c6c0901398caedd9783a73c2a (patch)
tree15c1339488eb68ed6e57898c6ba6b1a083d6a333 /vpoint_socks_vmess.json
downloadaur-09e6a93a51040d3c6c0901398caedd9783a73c2a.tar.gz
Xray 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}
+ }
+ }
+}