This commit is contained in:
parent
e9615dfc57
commit
ce06a48962
@ -1,6 +1,6 @@
|
||||
FROM alpine:latest
|
||||
|
||||
ENV VER_XRAY 1.6.5
|
||||
ENV VER_XRAY 1.6.1
|
||||
ENV VER_SO 2.5.20
|
||||
ENV VER_NG 1.7.23
|
||||
|
||||
|
@ -96,11 +96,10 @@
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "tcp",
|
||||
"security": "tls",
|
||||
"tlsSettings": {
|
||||
"security": "xtls",
|
||||
"xtlsSettings": {
|
||||
"serverName": "{{ FQDN }}",
|
||||
"allowInsecure": false,
|
||||
"fingerprint": "firefox"
|
||||
"allowInsecure": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -21,8 +21,8 @@
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "tcp",
|
||||
"security": "tls",
|
||||
"tlsSettings": {
|
||||
"security": "xtls",
|
||||
"xtlsSettings": {
|
||||
"certificates": [
|
||||
{
|
||||
"certificateFile": "/etc/letsencrypt/live/{{ FQDN }}/fullchain.pem",
|
||||
@ -30,13 +30,6 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user