mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 14:17:36 +03:00
7 lines
93 B
Go
7 lines
93 B
Go
// +build !linux
|
|
|
|
package main
|
|
|
|
func (proxy *Proxy) SystemDListeners() error {
|
|
return nil
|
|
}
|