nginxpm-pihole-adapter/conf-template.json
2024-09-23 21:42:44 -05:00

13 lines
629 B
JSON

{
"loglevel": "info",
"npmdnshostname": "<put the DNS hostname of your Nginx Proxy Manager server here>",
"npmemail": "<put your Nginx Proxy Manager email here>",
"npmpassword": "<put your Nginx Proxy Manager password here>",
"removedead": "True/False",
"adddisabled": "True/False",
"piholeurl": "<Put your pi-hole url here>",
"piholepass": "<Put your pi-hole password here>",
"filterenabled": "True.False",
"filteredpiholeurl": "<Put another pi-hole url here>",
"filterlist": "<put domains you don't want on other servers here, separated by commas. example: domain,domain2,domain3>"
}