Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Address string `default:"0.0.0.0:5050"`
LogPath string `default:"./log/"`
Xen struct {
Address string
Username string
Password string
Insecure bool `default:"true"`
Tag string
AutoRollback bool `default:"true"`
}
Mitm struct {
Path string
Ports struct {
Min int
Max int
}
}
DNS struct {
Path string
Ports struct {
Min int
Max int
}
}
}
Click to show internal directories.
Click to hide internal directories.