Browse Source

refine options

pull/66/head
kslr 4 years ago
parent
commit
04017a8c67
  1. 3
      Socks5-TLS/config_client.json
  2. 8
      VLESS-mKCPSeed/config_server.json

3
Socks5-TLS/config_client.json

@ -52,8 +52,7 @@
"network": "tcp", "network": "tcp",
"security": "tls", "security": "tls",
"tlsSettings": { "tlsSettings": {
"serverName": "example.domain", "serverName": "example.domain"
"allowInsecure": false
} }
}, },
"tag": "proxy" "tag": "proxy"

8
VLESS-mKCPSeed/config_server.json

@ -9,7 +9,9 @@
"settings": { "settings": {
"decryption":"none", "decryption":"none",
"clients": [ "clients": [
{"id": "{{ }}"} {
"id": "{{ id }}"
}
] ]
}, },
"streamSettings": { "streamSettings": {
@ -21,6 +23,8 @@
} }
], ],
"outbounds": [ "outbounds": [
{"protocol": "freedom"} {
"protocol": "freedom"
}
] ]
} }

Loading…
Cancel
Save