Compare commits
No commits in common. "d44294097597a22a61e5e20e3fb157e3eb8226ae" and "6e7298786372fca3a12122f8aff3bdb521ca3a5a" have entirely different histories.
d442940975
...
6e72987863
2 changed files with 2 additions and 3 deletions
|
@ -3,10 +3,10 @@
|
|||
set -x
|
||||
|
||||
[ -n "$DEVICE" ] || exit 1
|
||||
[ -n "$ID" ] || exit 2
|
||||
[ -n "$USERNAME" ] || exit 2
|
||||
[ -n "$IP_REMOTE" ] || exit 3
|
||||
|
||||
chain="inet ocserv client-${ID}"
|
||||
chain="inet ocserv client-${USERNAME}"
|
||||
remote_ip="${IP_REMOTE%/*}"
|
||||
|
||||
case "${REASON}" in
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
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