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

View File

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

View File

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