I've got the following DHCP settings configured BEFORE starting the pihole installation.
interface eth0
static ip_address=192.168.13.5
static routers=192.168.13.254
static domain_name_servers=208.67.222.222 208.67.220.220
When i run (fresh installation - raspbian jessie lite february 2017)
curl -L https://install.pi-hole.net | bash
I run into the following screen (expected):
but the "next section" is not a dialog that I would expect, instead, the DNS resolver choice is presented:
The static IP address screen is shown AFTER the IPV4/IPV6 selection screen.
The order in witch the dialogs are shown is confusing.
When the installation is completed, everything seems to be functioning normally.