mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 22:27:37 +03:00
Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy
* 'master' of github.com:jedisct1/dnscrypt-proxy: Fix travis build
This commit is contained in:
commit
fe3b8b6321
1 changed files with 3 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
||||||
|
// +build android
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"io"
|
"io"
|
||||||
|
"io/ioutil"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (proxy *Proxy) SystemDListeners() (io.Closer, error) {
|
func (proxy *Proxy) SystemDListeners() (io.Closer, error) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue