Discover Packages
github.com/habibiefaried/dns-over-tor-resolver
config
package
Version:
v0.0.0-...-2e26f47
Opens a new window with list of versions in this module.
Published: Jun 24, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Config struct {
Tor TorConfig `mapstructure:"tor"`
Manual map[string ]string `mapstructure:"manual"`
CacheTTL int `mapstructure:"cachettl"`
DnsTTL int `mapstructure:"dnsttl"`
}
type TorConfig struct {
Address string `mapstructure:"address"`
Port string `mapstructure:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.