Browse Source

bioblümchen nur auf gw04

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 4 years ago
parent
commit
7f02bc9411
1 changed files with 9 additions and 1 deletions
  1. 9 1
      fastd/fastd.conf

+ 9 - 1
fastd/fastd.conf

@@ -85,11 +85,19 @@ peer "{{ peer }}" {
 	remote {{ ipv4 }}:{{ port }};
       {%- endfor %}
 
-      {#- set peer IPv6 address #}
+      {#- set peer IPv6 address if node has IPv6 #}
       {%- for ipv6 in ips['v6'] %}
 	remote [{{ ipv6 }}]:{{ port }};
       {%- endfor %}
     {%- endif %}
 }
   {%- endfor %}
+
+  {%- if grains.id == "gw04.in.ffho.net" and site == "pad-cty" %}
+
+# Peer config for biobluemchen
+peer "biobluemchen" {
+	key "28755f3c50867a689f89925a7b6444ade78a55f249ab69f1244a1be2fe331a5e";
+}
+  {%- endif %}
 {%- endif %}