github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/bind/dns_other.go (about)

     1  // Copyright 2017 Keybase, Inc. All rights reserved. Use of
     2  // this source code is governed by the included BSD license.
     3  //
     4  //go:build !ios
     5  // +build !ios
     6  
     7  package keybase
     8  
     9  func getDNSServers() (res []string) {
    10  	return res
    11  }