remove hard coded tor config options

This commit is contained in:
Jeff Becker 2018-04-26 10:26:10 -04:00
parent 7756891510
commit fe13fea1e5
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05
2 changed files with 2 additions and 6 deletions

View file

@ -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
}