Update 'opt/user/others/config.json.in'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8c5c2d6ee8
commit
4acf81a470
@ -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"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user