mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2024-11-13 03:18:39 +08:00
3c0115b71c
* switch to go.uber.org/mock * #281 special handling for dhcpServerEnabled
37 lines
767 B
YAML
37 lines
767 B
YAML
origin:
|
|
url: https://origin-file:443
|
|
webURL: https://origin-file:443
|
|
apiPath: /control
|
|
username: foo
|
|
password: '*********'
|
|
insecureSkipVerify: true
|
|
autoSetup: false
|
|
replicas:
|
|
- url: https://replica-file:443
|
|
webURL: https://replica-file:443
|
|
apiPath: /control
|
|
username: bar
|
|
password: '*********'
|
|
insecureSkipVerify: false
|
|
autoSetup: false
|
|
interfaceName: eth3
|
|
dhcpServerEnabled: false
|
|
cron: '*/15 * * * *'
|
|
runOnStart: true
|
|
printConfigOnly: true
|
|
api:
|
|
port: 9090
|
|
features:
|
|
dns:
|
|
accessLists: true
|
|
serverConfig: false
|
|
rewrites: true
|
|
dhcp:
|
|
serverConfig: true
|
|
staticLeases: true
|
|
generalSettings: true
|
|
queryLogConfig: true
|
|
statsConfig: true
|
|
clientSettings: true
|
|
services: true
|
|
filters: true
|