Browse Source

update vmess

pull/57/head
kslr 4 years ago
parent
commit
7ec96b97dc
  1. 7
      VMess-HTTP/config_client.json
  2. 6
      VMess-HTTP/config_server.json
  3. 15
      VMess-HTTP2/config_client.json
  4. 12
      VMess-HTTP2/config_server.json
  5. 9
      VMess-TCP-TLS/config_client.json
  6. 6
      VMess-TCP-TLS/config_server.json
  7. 7
      VMess-TCP/config_client.json
  8. 6
      VMess-TCP/config_server.json
  9. 15
      VMess-Websocket-TLS/config_client.json
  10. 12
      VMess-Websocket-TLS/config_server.json
  11. 15
      VMess-Websocket/config_client.json
  12. 12
      VMess-Websocket/config_server.json

7
VMess-HTTP/config_client.json

@ -39,12 +39,9 @@
{ {
"address": "", "address": "",
"port": 1234, "port": 1234,
"user": [ "users": [
{ {
"id": "", "id": ""
"alterId": 4,
"security": "auto",
"testsEnabled": "VMessAEAD"
} }
] ]
} }

6
VMess-HTTP/config_server.json

@ -22,11 +22,9 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "", "id": ""
"alterId": 0
} }
], ]
"disableInsecureEncryption": true
}, },
"streamSettings": { "streamSettings": {
"network": "tcp", "network": "tcp",

15
VMess-HTTP2/config_client.json

@ -39,10 +39,9 @@
{ {
"address": "", "address": "",
"port": 1234, "port": 1234,
"user": [ "users": [
{ {
"id": "", "id": "",
"alterId": 4,
"security": "none" "security": "none"
} }
] ]
@ -51,17 +50,7 @@
}, },
"streamSettings": { "streamSettings": {
"network": "http", "network": "http",
"httpSettings": { "security": "tls"
"host": [
"example.domain"
],
"path": ""
},
"security": "tls",
"tlsSettings": {
"serverName": "example.domain",
"allowInsecure": false
}
}, },
"tag": "proxy" "tag": "proxy"
}, },

12
VMess-HTTP2/config_server.json

@ -22,20 +22,12 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "", "id": ""
"alterId": 4
} }
], ]
"disableInsecureEncryption": false
}, },
"streamSettings": { "streamSettings": {
"network": "http", "network": "http",
"httpSettings": {
"host": [
"example.domain"
],
"path": ""
},
"security": "tls", "security": "tls",
"tlsSettings": { "tlsSettings": {
"certificates": [ "certificates": [

9
VMess-TCP-TLS/config_client.json

@ -39,10 +39,9 @@
{ {
"address": "", "address": "",
"port": 1234, "port": 1234,
"user": [ "users": [
{ {
"id": "", "id": "",
"alterId": 4,
"security": "none" "security": "none"
} }
] ]
@ -51,11 +50,7 @@
}, },
"streamSettings": { "streamSettings": {
"network": "tcp", "network": "tcp",
"security": "tls", "security": "tls"
"tlsSettings": {
"serverName": "example.domain",
"allowInsecure": false
}
}, },
"tag": "proxy" "tag": "proxy"
}, },

6
VMess-TCP-TLS/config_server.json

@ -22,11 +22,9 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "", "id": ""
"alterId": 4
} }
], ]
"disableInsecureEncryption": false
}, },
"streamSettings": { "streamSettings": {
"network": "tcp", "network": "tcp",

7
VMess-TCP/config_client.json

@ -39,12 +39,9 @@
{ {
"address": "", "address": "",
"port": 1234, "port": 1234,
"user": [ "users": [
{ {
"id": "", "id": ""
"alterId": 4,
"security": "auto",
"testsEnabled": "VMessAEAD"
} }
] ]
} }

6
VMess-TCP/config_server.json

@ -22,11 +22,9 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "", "id": ""
"alterId": 4
} }
], ]
"disableInsecureEncryption": true
}, },
"streamSettings": { "streamSettings": {
"network": "tcp" "network": "tcp"

15
VMess-Websocket-TLS/config_client.json

@ -39,10 +39,9 @@
{ {
"address": "", "address": "",
"port": 1234, "port": 1234,
"user": [ "users": [
{ {
"id": "", "id": "",
"alterId": 0,
"security": "none" "security": "none"
} }
] ]
@ -51,17 +50,7 @@
}, },
"streamSettings": { "streamSettings": {
"network": "ws", "network": "ws",
"wsSettings": { "security": "tls"
"path": "",
"headers": {
"Host": "example.domain"
}
},
"security": "tls",
"tlsSettings": {
"serverName": "example.domain",
"allowInsecure": false
}
}, },
"tag": "proxy" "tag": "proxy"
}, },

12
VMess-Websocket-TLS/config_server.json

@ -22,20 +22,12 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "", "id": ""
"alterId": 0
} }
], ]
"disableInsecureEncryption": false
}, },
"streamSettings": { "streamSettings": {
"network": "ws", "network": "ws",
"wsSettings": {
"path": "",
"headers": {
"Host": "example.domain"
}
},
"security": "tls", "security": "tls",
"tlsSettings": { "tlsSettings": {
"certificates": [ "certificates": [

15
VMess-Websocket/config_client.json

@ -39,25 +39,16 @@
{ {
"address": "", "address": "",
"port": 1234, "port": 1234,
"user": [ "users": [
{ {
"id": "", "id": ""
"alterId": 4,
"security": "auto",
"testsEnabled": "VMessAEAD"
} }
] ]
} }
] ]
}, },
"streamSettings": { "streamSettings": {
"network": "ws", "network": "ws"
"wsSettings": {
"path": "",
"headers": {
"Host": ""
}
}
}, },
"tag": "proxy" "tag": "proxy"
}, },

12
VMess-Websocket/config_server.json

@ -22,20 +22,12 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "", "id": ""
"alterId": 4
} }
], ]
"disableInsecureEncryption": true
}, },
"streamSettings": { "streamSettings": {
"network": "ws", "network": "ws",
"wsSettings": {
"path": "",
"headers": {
"Host": ""
}
},
"security": "none" "security": "none"
} }
} }

Loading…
Cancel
Save