File sysconfig.pihole of Package pi-hole

## Description: A black hole for Internet advertisements configuration file
## Url:  https://pi-hole.net/

# Common configuration for Pi-hole.
#
# These variables are used in etc/pihole/setupVars.conf and
# /etc/dnsmasq.d/01-pihole.conf.
#
# After modifying this file, remember to run
#
# # config.pihole
#
# to update your configuration.
#
# Alternatively, you can modify the configuration directly f and disregard
# this file.

## Type:         string
## Default:      "eth0"
## ServiceRestart: pihole-ftl
## Config:       pihole
#
# Interface Pi-hole will listen to.
PIHOLE_INTERFACE=eth0

## Type:         string
## Default:      ""
## ServiceRestart: pihole-ftl
## Config:       pihole
#
# The IP address Pi-hole will think to be its own IP.
#
# NOTE: This must be set for "pihole -g" to work. Actual dnsmasq instance
# seems to work without this.
PIHOLE_IPV4=

## Type:         string
## Default:      ""
## ServiceRestart: pihole-ftl
## Config:       pihole
#
# The IP address Pi-hole will think to be its own IP.
#
# NOTE: This must be set for "pihole -g" to work. Actual dnsmasq instance
# seems to work without this.
PIHOLE_IPV6=

## Type:         string
## Default:      "1.1.1.1"
## ServiceRestart: pihole-ftl
## Config:       pihole
#
# Primary DNS server Pi-hole will use to resolve queried domains.
# Defaults to Cloudflare’s DNS.
PIHOLE_DNS_1=1.1.1.1

## Type:         string
## Default:      "2606:4700:4700::1001"
## ServiceRestart: pihole-ftl
## Config:       pihole
#
# Secondary DNS server Pi-hole will use to resolve queried domains.
# Defaults to Cloudflare’s DNS.
PIHOLE_DNS_2=2606:4700:4700::1001