mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
remove hard coded tor config options
This commit is contained in:
parent
7756891510
commit
fe13fea1e5
2 changed files with 2 additions and 6 deletions
|
@ -103,9 +103,6 @@ func generateConfig(isAutoconf bool) *nodeConfig {
|
|||
cfg.IfMTU = core.DEBUG_GetTUNDefaultIfMTU()
|
||||
cfg.IfTAPMode = core.DEBUG_GetTUNDefaultIfTAPMode()
|
||||
|
||||
cfg.Net.Tor.SocksAddr = "127.0.0.1:9050"
|
||||
cfg.Net.Tor.UseForAll = false
|
||||
cfg.Net.Tor.Enabled = true
|
||||
return &cfg
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue