package
Version:
v0.0.0-...-9bcce1a
Opens a new window with list of versions in this module.
Published: Feb 3, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Token string `json:"token,omitempty"`
Domains *Domains `json:"domains,omitempty"`
IPSource string `json:"ipSource,omitempty"`
TTL int `json:"ttl,omitempty"`
Cache bool `json:"cache,omitempty"`
Proxy string `json:"proxy,omitempty"`
}
type Domains struct {
IPv4 []string `json:"ipv4,omitempty"`
IPv6 []string `json:"ipv6,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.