mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
tor auto config
This commit is contained in:
parent
48ced483d6
commit
3c4fee0492
7 changed files with 186 additions and 56 deletions
11
src/yggdrasil/config/tor.go
Normal file
11
src/yggdrasil/config/tor.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package config
|
||||
|
||||
/**
|
||||
*tor specific configuration
|
||||
*/
|
||||
type TorConfig struct {
|
||||
OnionKeyfile string
|
||||
SocksAddr string
|
||||
UseForAll bool
|
||||
Enabled bool
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue