ocserv: support UDP
This commit is contained in:
parent
6e72987863
commit
245b4a0dcd
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
listen-host = {{ dns_name }}
|
||||
tcp-port = 443
|
||||
udp-port = 443
|
||||
server-cert = /etc/letsencrypt/live/{{ dns_name }}/fullchain.pem
|
||||
server-key = /etc/letsencrypt/live/{{ dns_name }}/privkey.pem
|
||||
|
||||
|
|
Loading…
Reference in a new issue