mirror of
https://github.com/jwhited/wgsd.git
synced 2025-10-03 03:15:33 +08:00
5b1729547d6b4bdd148d11367866af4ef1fd6aa7
wgsd
wgsd
is a CoreDNS plugin that provides Wireguard peer information via DNS-SD semantics. See this blog post for the background and reasoning behind it.
In order to use this plugin with CoreDNS first you need to enable it. Once it's enabled it can be configured like so:
.:53 {
wgsd <zone> <wg device>
}
For example:
$ cat Corefile
.:53 {
wgsd jordanwhited.net. utun4
}
Languages
Go
100%