github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/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 }