From 61685dddfe7a7875015c6baa9957d69ebb6e3a5f Mon Sep 17 00:00:00 2001 From: Paul Maruhn <paulmaruhn@posteo.de> Date: Fri, 17 Dec 2021 03:35:03 +0100 Subject: [PATCH] update dns-repo url --- group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 996927e..0b8fb58 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -7,5 +7,5 @@ ipv4_subnet: 10.130.0.0/16 ipv6_subnet: 2001:67c:2d50::/48 # Some other configs: -dns_repo_url: "https://git.luebeck.freifunk.net/FreifunkLuebeck/ffhl-dns.git" +dns_repo_url: "https://git.chaotikum.org/freifunk-luebeck/ffhl-dns.git" fastd_keys_repo: "git@git.chaotikum.org:freifunk-luebeck/fastd-keys.git" -- GitLab