Yggdrasil Configuration

This commit is contained in:
Christer Warén
2025-09-01 09:03:41 +03:00
parent edbf3f6191
commit b895ac02b9

View File

@@ -6,11 +6,18 @@
# use this section when you may connect via different interfaces. # use this section when you may connect via different interfaces.
Peers: [ Peers: [
#TRUSTED PEERS - Waren Group {% if config.yggdrasil.peers is defined %}
#aurora.devices.waren.io #TRUSTED PEERS
#201:361f:bbfb:7210:c5b8:3f74:a285:adb9 {% for peer in config.yggdrasil.peers %}
"tls://[2a01:4f9:2a:60c::2]:18836", {% if peer.name is defined and peer.address is defined and peer.address.ipv4 is defined and peer.address.ipv6 is defined %}
"tls://95.216.5.243:18836",
#{{ peer.name }}
"{{ peer.address }}"{% if not loop.last %},{% endif %}
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
] ]
# List of connection strings for static peers in URI format, arranged # List of connection strings for static peers in URI format, arranged