This commit is contained in:
parent
e9615dfc57
commit
ce06a48962
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
ENV VER_XRAY 1.6.5
|
ENV VER_XRAY 1.6.1
|
||||||
ENV VER_SO 2.5.20
|
ENV VER_SO 2.5.20
|
||||||
ENV VER_NG 1.7.23
|
ENV VER_NG 1.7.23
|
||||||
|
|
||||||
|
@ -96,11 +96,10 @@
|
|||||||
},
|
},
|
||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"network": "tcp",
|
"network": "tcp",
|
||||||
"security": "tls",
|
"security": "xtls",
|
||||||
"tlsSettings": {
|
"xtlsSettings": {
|
||||||
"serverName": "{{ FQDN }}",
|
"serverName": "{{ FQDN }}",
|
||||||
"allowInsecure": false,
|
"allowInsecure": false
|
||||||
"fingerprint": "firefox"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
},
|
},
|
||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"network": "tcp",
|
"network": "tcp",
|
||||||
"security": "tls",
|
"security": "xtls",
|
||||||
"tlsSettings": {
|
"xtlsSettings": {
|
||||||
"certificates": [
|
"certificates": [
|
||||||
{
|
{
|
||||||
"certificateFile": "/etc/letsencrypt/live/{{ FQDN }}/fullchain.pem",
|
"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