github.com/yaling888/clash@v1.53.0/transport/wireguard/option_other.go (about)

     1  //go:build !freebsd && !openbsd && !nogvisor
     2  
     3  package wireguard
     4  
     5  func getListenIP(_ string, _ string) (string, error) {
     6  	return "", nil
     7  }