Firewall ufw angepasst: ssh jetzt auch von Extern möglich(über WG) (#45)
This commit is contained in:
parent
e7df738d36
commit
49f25777c2
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
protocol: tcp
|
||||
comment: 'ssh'
|
||||
interface: ens18
|
||||
- rule: allow
|
||||
to_port: 22
|
||||
protocol: tcp
|
||||
comment: 'ssh'
|
||||
interface: wg0
|
||||
- rule: allow
|
||||
to_port: 51820
|
||||
comment: 'wireguard'
|
||||
|
|
Loading…
Reference in a new issue