Pax8 Partner Guides

Configuring BIND
  1. Locate the BIND configuration file, usually located at /etc/namedb/named.conf

  2. Look for the options statement:

    options {
       ...
       ...
    };
    
  3. 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.

  4. Your edited forwarders statement should look as follows, where 1.2.3.4 is your WebTitan Cloud IP:

    options {
      ...
      forwarders {
         1.2.3.4
      };
    };
    
  5. Restart the BIND service to reload the configuration.