Edit the BIND configuration file (usually /etc/namedb/named.conf) and look for the options statement
options { ... ... };
Inside the options statement, you need to add a forwarders statement listing the WebTitan Cloud servers. If a forwarders statement already exists (possible to your ISPs DNS server), then edit it appropriately to point to the WebTitan Cloud servers. See below for the IP addresses you should use.:
- Primary: 52.32.39.15
Add the relevant IP addresses to your configuration file:
options { ... forwarders { 52.32.39.15 }; };
Restart the BIND service to reload the configuration