1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2025-01-15 02:35:53 +01:00
dnscrypt-proxy/dnscrypt-proxy/systemd_free.go
2019-10-31 17:50:19 +01:00

8 lines
93 B
Go

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