[BUG] Hardcoded default POT_DNS_IP
causes error when changing POT_NETWORK
#264
Labels
POT_DNS_IP
causes error when changing POT_NETWORK
#264
Describe the bug
There seems to be a hardcoded default
POT_DNS_IP
which is10.192.0.2
. This breaks when the custom network range does not cover it.To Reproduce
Steps to reproduce the behavior:
POT_NETWORK
to172.16.0.0/12
andPOT_NETMASK
to255.240.0.0
pot init
[ERROR] DNS IP (10.192.0.2) outside the network range (172.16.0.0/12)
Expected behavior
There is no default value for
POT_DNS_IP
and thus nothing breaks.System configuration - if possible
/usr/local/etc/pot/pot.conf
The text was updated successfully, but these errors were encountered: