Configuring BIND
Locate the BIND configuration file, usually located at
/etc/namedb/named.conf
Look for the options statement:
options { ... ... };
Inside the options statement, add a forwarders statement listing your WebTitan Cloud servers.
Note
If a forwarders statement already exists (pointing to your ISPs DNS server), edit it appropriately to point to the WebTitan Cloud servers.
Your edited forwarders statement should look as follows, where 1.2.3.4 is your WebTitan Cloud IP:
options { ... forwarders { 1.2.3.4 }; };
Restart the BIND service to reload the configuration.