Update 'opt/user/others/config.json.in'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
quackerd 2022-12-06 11:33:55 +00:00
parent 8c5c2d6ee8
commit 4acf81a470
1 changed files with 4 additions and 2 deletions

View File

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