mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-07 11:44:56 +03:00
Add tor outbound
This commit is contained in:
9
outbound/tor_external.go
Normal file
9
outbound/tor_external.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !with_embedded_tor
|
||||
|
||||
package outbound
|
||||
|
||||
import "github.com/cretz/bine/tor"
|
||||
|
||||
func newConfig() tor.StartConf {
|
||||
return tor.StartConf{}
|
||||
}
|
||||
Reference in New Issue
Block a user