WireGuard / wgctrl-go

Package wgctrl enables control of WireGuard interfaces on multiple platforms.
https://godoc.org/golang.zx2c4.com/wireguard/wgctrl
MIT License
727 stars 85 forks source link

DNS server not configurable #63

Closed gitirabassi closed 5 years ago

gitirabassi commented 5 years ago

For interface a DNS address should be configurable

mdlayher commented 5 years ago

Unfortunately that functionality is provided by the operating system, and not the WireGuard APIs. You'll need to configure that independently.

Closing as out of scope for this package.

gitirabassi commented 5 years ago

I didn’t know this. Thank you very much, i’ll investigate further

It makes sense to close it

On 4 Jul 2019, at 22:40, Matt Layher notifications@github.com wrote:

Unfortunately that functionality is provided by the operating system, and not the WireGuard APIs. You'll need to configure that independently.

Closing as out of scope for this package.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.