mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-07 07:07:37 +03:00
7 lines
96 B
Go
7 lines
96 B
Go
// +build !linux
|
|
|
|
package main
|
|
|
|
func (proxy *Proxy) addSystemDListeners() error {
|
|
return nil
|
|
}
|