xray-vision
continuous-integration/drone/push Build is passing Details

This commit is contained in:
quackerd 2023-01-02 15:01:51 +01:00
commit cfa167ad23
2 changed files with 5 additions and 2 deletions

View File

@ -70,7 +70,8 @@
"destOverride": ["http", "tls"] "destOverride": ["http", "tls"]
}, },
"settings": { "settings": {
"udp": true "auth": "noauth",
"udp": false
} }
} }
], ],
@ -99,7 +100,8 @@
"tlsSettings": { "tlsSettings": {
"serverName": "{{ FQDN }}", "serverName": "{{ FQDN }}",
"allowInsecure": false, "allowInsecure": false,
"fingerprint": "safari" "fingerprint": "safari",
"alpn": ["h2","http/1.1"]
} }
} }
}, },

View File

@ -23,6 +23,7 @@
"network": "tcp", "network": "tcp",
"security": "tls", "security": "tls",
"tlsSettings": { "tlsSettings": {
"alpn": ["http/1.1", "h2"],
"certificates": [ "certificates": [
{ {
"certificateFile": "/etc/letsencrypt/live/{{ FQDN }}/fullchain.pem", "certificateFile": "/etc/letsencrypt/live/{{ FQDN }}/fullchain.pem",