It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda CloudGen Access

How to Disable Secure DNS

  • Last updated on

DNS-over-HTTPS (DoH) is enabled by default on most web browsers to encrypt all DNS lookups. In specific situations like managing network filters, disabling secure DNS might be necessary to ensure proper functionality.

Use the following instructions to disable secure DNS.

Google Chrome

  1. Click the menu button in the top right corner (3 ellipses) and then select Settings.

  2. Select Privacy and security in the left menu, and then select Security.

  3. Under Advanced, toggle off Use Secure DNS.

  4. Go back to Privacy and security, and then select Delete browsing data.

  5. Clear all browsing history for All time and then click Delete data.

  6. Clear your browser DNS cache.

    1. In the address bar, type chrome://net-internals/#dns.

    2. Select DNS in the left menu.

    3. Click Clear host cache.

  7. Clear your OS DNS cache.

  8. Restart your browser.

Microsoft Edge

  1. Click the menu button in the top right corner (3 ellipses) and then select Settings.

  2. Select Privacy, search, and services in the left menu, and then scroll down to Security.

  3. Toggle off Use secure DNS to specify how to lookup the network address for websites.

  4. Scroll up to Delete browsing data, and then click Choose what to clear.

  5. Clear all browsing history for All time and then click Clear now.

  6. Clear your OS DNS cache.

  7. Restart your browser.

Mozilla Firefox

  1. Click the menu button in the top right corner and then select Settings.

  2. Select Privacy and security in the left menu, and then scroll down to Enable DNS over HTTPS.

  3. Select Off.

  4. Clear your OS DNS cache.

  5. Restart your browser.

Chromebook

  1. Click the time in the bottom right corner, and then select Settings.

  2. Select Privacy and security in the left menu.

  3. Toggle off Use secure connections to look up sites.

Clear OS DNS Cache

Windows
  1. Open a DOS command window by clicking Start, click Run, type cmd, and then press Enter.

  2. Run the following command:

    ipconfig /flushdns
Mac
  1. Go to Applications > Utilities, and then open the Terminal application.

  2. Run the following command based on your Mac OS version:

    • Sequoia, Sonoma, Ventura, Monterey, Big Sur, Catalina:

      sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder
    • Mojave, High Sierra, Sierra, El Capitan, Mavericks, Mountain Lion, Lion:

      sudo killall -HUP mDNSResponder
Linux (Ubuntu)
  1. Open the terminal by pressing Ctrl + Alt + T or searching for “Terminal” in the Activities menu.

  2. Run the following command based on your Ubuntu version:

    1. Ubuntu 20.04 LTS or older:

      sudo systemd-resolve --flush-caches
    2. Ubuntu 22.04 LTS:

      sudo resolvectl flush-caches