From 49f25777c2d806c55820a5c1b5f403c17c52c683 Mon Sep 17 00:00:00 2001 From: Quotengrote <38253905+quotengrote@users.noreply.github.com> Date: Tue, 13 Oct 2020 20:48:31 +0200 Subject: [PATCH] =?UTF-8?q?Firewall=20ufw=20angepasst:=20ssh=20jetzt=20auc?= =?UTF-8?q?h=20von=20Extern=20m=C3=B6glich(=C3=BCber=20WG)=20(#45)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inventories/group_vars/wireguard.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inventories/group_vars/wireguard.yml b/inventories/group_vars/wireguard.yml index b9ed13c4..ecee2b1f 100644 --- a/inventories/group_vars/wireguard.yml +++ b/inventories/group_vars/wireguard.yml @@ -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'