diff options
author | Asbjørn Sloth Tønnesen <asbjorn@labitat.dk> | 2024-02-21 23:11:17 +0000 |
---|---|---|
committer | Emil Renner Berthing <esmil@labitat.dk> | 2024-02-22 21:05:10 +0100 |
commit | ef8874abf3144238bb5c822dde430c9b014893e4 (patch) | |
tree | 310b49e1cf0e35907c26d6b9d037d4ee6b581716 /roles/space_server/templates/nftables.conf.j2 | |
parent | b21d2a650cba4d3d4397e33e567de5887a33b9cd (diff) | |
download | labitat-ansible-ef8874abf3144238bb5c822dde430c9b014893e4.tar.gz labitat-ansible-ef8874abf3144238bb5c822dde430c9b014893e4.tar.xz labitat-ansible-ef8874abf3144238bb5c822dde430c9b014893e4.zip |
space_server: networkd: move Tor network to vlan 25
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@labitat.dk>
Diffstat (limited to 'roles/space_server/templates/nftables.conf.j2')
-rw-r--r-- | roles/space_server/templates/nftables.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/space_server/templates/nftables.conf.j2 b/roles/space_server/templates/nftables.conf.j2 index 6567315..d4fe277 100644 --- a/roles/space_server/templates/nftables.conf.j2 +++ b/roles/space_server/templates/nftables.conf.j2 @@ -48,7 +48,7 @@ define nat64_net4 = 10.42.128.0/17 define colo_if = lan20 -define tor_if = lan21 +define tor_if = lan25 define tor_net4 = 185.38.175.128/28 define tor_net6 = 2a01:4262:1ab:ffff::/64 |