diff --git a/files/internal.conf b/files/internal.conf index 7c4ca37..58659d8 100644 --- a/files/internal.conf +++ b/files/internal.conf @@ -6,7 +6,7 @@ server: local-data: "n3.redxen.localhost. 60 IN A 10.0.0.10" local-data: "n4.redxen.localhost. 60 IN A 10.0.0.11" - local-data: "_gitea._tcp.redxen.localhost. 60 IN SRV 0 5 443 nbg0.redxen.eu." + local-data: "_gitea._tcp.redxen.localhost. 60 IN SRV 0 5 3200 n0.redxen.localhost." local-data: "_grafana._tcp.redxen.localhost. 60 IN SRV 0 5 3000 n0.redxen.localhost." local-data: "_grafana._tcp.redxen.localhost. 60 IN SRV 0 5 3000 n1.redxen.localhost." diff --git a/handlers/main.yml b/handlers/main.yml index 8d0d537..6b2b801 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -23,5 +23,5 @@ - name: Save netfilter rules command: argv: - - '/usr/sbin/netfilter-persitent' + - '/usr/sbin/netfilter-persistent' - 'save'