-
Notifications
You must be signed in to change notification settings - Fork 11
/
adguardsync.yaml
44 lines (39 loc) · 1.02 KB
/
adguardsync.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# cron expression to run in daemon mode. (default; "" = runs only once)
cron: "*/1 * * * *"
# runs the synchronisation on startup
runOnStart: true
origin:
# url of the origin instance
url: https://172.16.1.121:85
# apiPath: define an api path if other than "/control"
insecureSkipVerify: true # disable tls check
username: user
password: pass
# replica instance (optional, if only one)
replica:
# url of the replica instance
url: https://172.16.1.158:85
insecureSkipVerify: true # disable tls check
username: user
password: pass
api:
# Port, default 8080
port: 8083
# if username and password are defined, basic auth is applied to the sync API
username: username
password: password
# 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