yggdrasil-network / yggdrasil-go

An experiment in scalable routing as an encrypted IPv6 overlay network

Home Page:https://yggdrasil-network.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature for specifying DNS servers addresses for TUN from configuration file

SNMetamorph opened this issue · comments

This is how WireGuard does. Now there is an issue that occurs on Windows: when you configure DNS for Yggdrasil TAP interface, all settings are being flushed on every Yggdrasil service restart. This feature can fully overcome this issue.

https://github.com/pirate/wireguard-docs#dns-2

commented

this requires running in tap mode on windows, right?

this requires running in tap mode on windows, right?

I'm not 100% sure about this, but more likely no. WireGuard does this without using TAP mode at all.