mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2024-11-14 20:06:08 +08:00
37 lines
738 B
YAML
37 lines
738 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
|
||
|
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
|