htz-cloud.wireguard: actually allow wg.c3voc.de to connect
This commit is contained in:
parent
df8955fa35
commit
139d5ff948
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ nodes['htz-cloud.wireguard'] = {
|
|||
'50-wireguard': [
|
||||
'udp dport 1194 accept',
|
||||
'udp dport 51800 accept',
|
||||
|
||||
# wg.c3voc.de
|
||||
'udp dport 51801 ip saddr 185.106.84.42 accept',
|
||||
'udp dport 51801 ip6 saddr 2001:67c:20a0:e::189 accept',
|
||||
],
|
||||
},
|
||||
'postrouting': {
|
||||
|
|
Loading…
Reference in a new issue