First commit
This commit is contained in:
25
ansible/pihole/config.json
Normal file
25
ansible/pihole/config.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"config": {
|
||||
"dns": {
|
||||
"listeningMode": "local",
|
||||
"upstreams": [
|
||||
"8.8.8.8",
|
||||
"8.8.4.4",
|
||||
"9.9.9.10",
|
||||
"149.112.112.10",
|
||||
"1.1.1.1",
|
||||
"1.0.0.1"
|
||||
],
|
||||
"hosts": [
|
||||
|
||||
]
|
||||
},
|
||||
"dhcp": {
|
||||
"active": true,
|
||||
"start": "192.168.1.100",
|
||||
"end": "192.168.1.254",
|
||||
"router": "192.168.1.1",
|
||||
"netmask": "255.255.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user