revert changes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
quackerd 2022-12-06 12:26:03 +01:00
parent e9615dfc57
commit ce06a48962
3 changed files with 6 additions and 14 deletions

View File

@ -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

View File

@ -96,11 +96,10 @@
},
"streamSettings": {
"network": "tcp",
"security": "tls",
"tlsSettings": {
"security": "xtls",
"xtlsSettings": {
"serverName": "{{ FQDN }}",
"allowInsecure": false,
"fingerprint": "firefox"
"allowInsecure": false
}
}
},

View File

@ -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"
]
}
}
],