28 lines
478 B
Plaintext
28 lines
478 B
Plaintext
{
|
|
# Keep an explicit peer to darki2p so dark3proxy always has a Ygg path.
|
|
Peers: [
|
|
tls://10.5.0.2:10654
|
|
]
|
|
|
|
InterfacePeers: {}
|
|
|
|
# No public listener needed for dark3proxy use-case.
|
|
Listen: []
|
|
|
|
AdminListen: unix:///var/run/yggdrasil.sock
|
|
|
|
# Disable multicast discovery for deterministic container behavior.
|
|
MulticastInterfaces: []
|
|
|
|
AllowedPublicKeys: []
|
|
|
|
PublicKey:
|
|
PrivateKey:
|
|
|
|
IfName: auto
|
|
IfMTU: 65535
|
|
|
|
NodeInfoPrivacy: false
|
|
NodeInfo: {}
|
|
}
|