dnscrypt-proxy/dnscrypt-proxy/systemd_free.go

8 lines
96 B
Go

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