From 165e20e5bfdb78dcbd5b16a0e62373af6ac4ee2f Mon Sep 17 00:00:00 2001
From: paul <paulmaruhn@posteo.de>
Date: Thu, 3 Sep 2020 01:27:50 +0200
Subject: [PATCH] add another rule

---
 content/docs/Infrastruktur/gallifrey-gluon01.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/docs/Infrastruktur/gallifrey-gluon01.md b/content/docs/Infrastruktur/gallifrey-gluon01.md
index 6ed4b8b5..38994c88 100644
--- a/content/docs/Infrastruktur/gallifrey-gluon01.md
+++ b/content/docs/Infrastruktur/gallifrey-gluon01.md
@@ -22,4 +22,5 @@ Siehe [hier](https://github.com/freifunk-gluon/gluon/pull/2103)
 
 ```
 rule 'MULTICAST_OUT -p IPv6 --ip6-protocol udp --ip6-destination-port 1001 --ip6-dst ff02::2:1001 -j RETURN'
+rule 'MULTICAST_OUT -p IPv6 --ip6-protocol udp --ip6-destination-port 1001 --ip6-dst ff05::2:1001 -j RETURN'
 ```
-- 
GitLab