Conditional forwarding problem V5.2

Hi,

Can not use conditional forwarding. After I hit save, filled info will be lost

How can I switched it on thru conf file?

Please post the token generated by

pihole -d

or do it through the Web interface:

Tools > Generate Debug Log

https://tricorder.pi-hole.net/5wc2q177m5

What information are you entering in the GUI for the conditional forwarding?

You need the local network in CIDR format - in your case this would be 192.168.1.0/24

The iP address of your router is 192.168.1.1

If you have a local domain name on your network (i.e. LAN, mynetwork, etc.), enter that.

This information is stored in file /etc/pihole/setupVars.conf. Your entries would look like this:

    REV_SERVER=true
    REV_SERVER_CIDR=192.168.1.0/24
    REV_SERVER_TARGET=192.168.1.1
    REV_SERVER_DOMAIN=

That exact information I'm entering. Still it is going to rewrite conf file and add CONDITIONAL_FORWARDING=false and all nothing wont stick to conf file thru WEB interface

Now I entered that directly to conf file and web interface shows it correctly

it should be 1.0 or 1.1?

That should be 1.1. I corrected my reply.

yes, now I insterted that to conf and thru web interface it shows correct. But it wont change it I want to disable or change it.

This problem occurs because command curl -sSL https://install.pi-hole.net | bash does not install pi-hole to Debian 10 correctly.

A post was split to a new topic: DNS settings won't save

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.