File sysconfig.setupVars of Package pihole
## Description: A black hole for Internet advertisements configuration file ## Url: https://pi-hole.net/ ## License: GPL-2.0 ## Copyright (c) 2018 Malcolm J Lewis <malcolmlewis@opensuse.org> ## Path: System/pihole/setupVars.conf ## Description: Pi-hole ethernet interface ## Type: string ## Default: "eth0" ## ServiceRestart: systemctl restart pihole-FTL.service # # Ethernet interface to use. # PIHOLE_INTERFACE="eth0" ## Type: string ## Default: "" # # Pi-hole IPv4/Netmask address; to begin, variable is are empty # since we don't know the IPv4/Netmask eg nnn.nnn.nnn.nnn/24. # IPV4_ADDRESS="" ## Type: string ## Default: Empty # # Pi-hole IPv6/Netmask address; to begin, variable is are empty # since we don't know the IPv6/Netmask. # IPV6_ADDRESS="" ## Type: string ## Default: "208.67.220.222" # # Pi-hole DNS address 1; to begin, default to openDNS IPv4 address. # PIHOLE_DNS_1="208.67.222.222" ## Type: string ## Default: "208.67.220.220" # # Pi-hole DNS address 2; to begin, default to openDNS IPv4 address. # PIHOLE_DNS_2="208.67.220.220" ## Type: boolean ## Default: "false" # # Display all DNS queries # QUERY_LOGGING="false" ## Type: boolean ## Default: "false" # # Pi-hole *Not Implemented yet!* # INSTALL_WEB_SERVER="false" ## Type: boolean ## Default: "false" # # Pi-hole *Not Implemented yet!* # INSTALL_WEB_INTERFACE="false" ## Type: boolean ## Default: "false" # # Pi-hole *Not Implemented yet!* # LIGHTTPD_ENABLED="false" ## Type: string ## Default: "" # # Pi-hole *Not Implemented yet!* # WEBPASSWORD="" ## Type: string ## Default: "" # # Pi-hole *Not Implemented yet!* # API_EXCLUDE_DOMAINS="" ## Type: string ## Default: "" # # Pi-hole *Not Implemented yet!* # API_EXCLUDE_CLIENTS="" ## Type: string ## Default: "all" # # Pi-hole *Not Implemented yet!* # API_QUERY_LOG_SHOW="all" ## Type: boolean ## Default: "false" # # Pi-hole *Not Implemented yet!* # API_PRIVACY_MODE="false"