This commit is contained in:
commit
cfa167ad23
@ -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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user