From 4b084213c9769f89ccd028a9866205087072d7ae Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 24 Dec 2019 10:26:06 +0100 Subject: [PATCH] update indent --- blog/my-notebook-firewall-36c3.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/my-notebook-firewall-36c3.mdwn b/blog/my-notebook-firewall-36c3.mdwn index 37fadf31..5fc846d0 100644 --- a/blog/my-notebook-firewall-36c3.mdwn +++ b/blog/my-notebook-firewall-36c3.mdwn @@ -41,7 +41,7 @@ table ip6 filter { ct state established,related accept - ip6 daddr 2a0a:e5c1:137:b00::/64 jump container + ip6 daddr 2a0a:e5c1:137:b00::/64 jump container ip6 daddr 2a0a:e5c1:137:cafe::/64 jump container } @@ -121,7 +121,7 @@ networks, I jump into a chain that allows specific configurations for containers: ``` - ip6 daddr 2a0a:e5c1:137:b00::/64 jump container + ip6 daddr 2a0a:e5c1:137:b00::/64 jump container ip6 daddr 2a0a:e5c1:137:cafe::/64 jump container ```