mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-01-15 02:35:53 +01:00
8 lines
93 B
Go
8 lines
93 B
Go
// +build !linux
|
|
|
|
package main
|
|
|
|
func (proxy *Proxy) SystemDListeners() error {
|
|
return nil
|
|
}
|