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"]
},
"settings": {
"udp": true
"auth": "noauth",
"udp": false
}
}
],
@ -99,7 +100,8 @@
"tlsSettings": {
"serverName": "{{ FQDN }}",
"allowInsecure": false,
"fingerprint": "safari"
"fingerprint": "safari",
"alpn": ["h2","http/1.1"]
}
}
},

View File

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