mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-14 18:36:07 +00:00
remove hard coded tor config options
This commit is contained in:
@ -3,7 +3,6 @@ package config
|
||||
// TorConfig is the configuration structure for Tor Proxy related values
|
||||
type TorConfig struct {
|
||||
OnionKeyfile string // hidden service private key for ADD_ONION (currently unimplemented)
|
||||
SocksAddr string // tor socks address
|
||||
UseForAll bool // use tor proxy for all connections?
|
||||
Enabled bool // use tor at all ?
|
||||
ControlAddr string // tor control port address
|
||||
Enabled bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user