mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-01 09:39:31 +00:00
Yggdrasil Configuration
This commit is contained in:
@@ -6,11 +6,18 @@
|
||||
# use this section when you may connect via different interfaces.
|
||||
|
||||
Peers: [
|
||||
#TRUSTED PEERS - Waren Group
|
||||
#aurora.devices.waren.io
|
||||
#201:361f:bbfb:7210:c5b8:3f74:a285:adb9
|
||||
"tls://[2a01:4f9:2a:60c::2]:18836",
|
||||
"tls://95.216.5.243:18836",
|
||||
{% if config.yggdrasil.peers is defined %}
|
||||
#TRUSTED PEERS
|
||||
{% for peer in config.yggdrasil.peers %}
|
||||
{% if peer.name is defined and peer.address is defined and peer.address.ipv4 is defined and peer.address.ipv6 is defined %}
|
||||
|
||||
#{{ peer.name }}
|
||||
"{{ peer.address }}"{% if not loop.last %},{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
]
|
||||
|
||||
# List of connection strings for static peers in URI format, arranged
|
||||
|
Reference in New Issue
Block a user