dnscrypt-proxy/dnscrypt-proxy/systemd_free.go

9 lines
114 B
Go

//go:build !linux
// +build !linux
package main
func (proxy *Proxy) addSystemDListeners() error {
return nil
}