github.com/sagernet/sing-box@v1.9.0-rc.20/outbound/tor_external.go (about) 1 //go:build !with_embedded_tor 2 3 package outbound 4 5 import "github.com/cretz/bine/tor" 6 7 func newConfig() tor.StartConf { 8 return tor.StartConf{} 9 }