dnscrypt-proxy/dnscrypt-proxy/systemd_free.go

9 lines
114 B
Go
Raw Normal View History

2021-09-23 19:16:26 +02:00
//go:build !linux
// +build !linux
package main
func (proxy *Proxy) addSystemDListeners() error {
return nil
}