mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2024-11-24 10:35:20 +00:00
8 lines
88 B
Go
8 lines
88 B
Go
package config
|
|
|
|
type I2PConfig struct {
|
|
Keyfile string
|
|
Addr string
|
|
Enabled bool
|
|
}
|