dnscrypt-proxy/dnscrypt-proxy/systemd_android.go

6 lines
78 B
Go
Raw Normal View History

2019-10-20 14:57:28 +02:00
package main
func (proxy *Proxy) addSystemDListeners() error {
return nil
2019-10-20 14:57:28 +02:00
}