changeset 229:12fcff3b91ba

if plus has to be on one network, have it be the ext internet one
author drewp@bigasterisk.com
date Mon, 09 Oct 2023 16:27:08 -0700
parents 13727eefe621
children 8ef74d3a11ac
files templates/wireguard/wg0.conf.j2
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/wireguard/wg0.conf.j2	Sat Sep 02 23:11:03 2023 -0700
+++ b/templates/wireguard/wg0.conf.j2	Mon Oct 09 16:27:08 2023 -0700
@@ -16,12 +16,12 @@
     {{ peer_block('frontbed',    '10.5.0.17/32') }}
     {{ peer_block('garage',      '10.5.0.14/32') }}
     {{ peer_block('pipe',        '10.5.0.3/32') }}
-    {{ peer_block('plus',        '10.5.0.110/32') }}
     {{ peer_block('prime',       '10.5.0.0/24', 'public.bigasterisk.com:1195', 50) }}
     {{ peer_block('slash',       '10.5.0.6/32') }}
 {% elif host.name == 'prime' %}
     {{ peer_block('ditto',       '10.5.0.0/24') }}
     {{ peer_block('drew-note10', '10.5.0.112/32') }}
+    {{ peer_block('plus',        '10.5.0.110/32') }}
 {% elif host.name == 'plus' %}
     {{ peer_block('ditto',        '10.5.0.0/24', 'ditto:1195', 50) }}
 {% else %}