# cron expression to run in daemon mode. (default; "" = runs only once) cron: "*/10 * * * *" # runs the synchronisation on startup # This can cause errors on first run of adguards are not ready runOnStart: false origin: # url of the origin instance url: http://192.168.1.200:80 # apiPath: define an api path if other than "/control" insecureSkipVerify: true # disable tls check username: nnnn password: xxxxxxx replica: # url of the replica instance url: http://192.168.1.201:80 insecureSkipVerify: true username: nnnn password: xxxxxxxx # Configure the sync API server, disabled if api port is 0 api: # Port, default 8080 port: 8080 # Configure sync features; by default all features are enabled. features: generalSettings: true queryLogConfig: true statsConfig: true clientSettings: true services: true filters: true dhcp: serverConfig: true staticLeases: true dns: serverConfig: true accessLists: true rewrites: true