Skip to main content

Old Domains - Getting Hit On My Server

Comments

3 comments

  • redesignunit
    DNS servers being hit by some other DNS servers? Add the following under options: blog.solidshellsecurity.com/2012/11/29/http-servers-pt-2-python/ blog.solidshellsecurity.com/2014/01/09/script-linux-server-create-binddns-records-template-script/ recursion no; additional-from-auth no; additional-from-cache no; This is a cPanel example: blog.solidshellsecurity.com/2012/06/12/force-cpanel-run-backup/ view "external" { /* This view will contain zones you want to serve only to "external" clients * that have addresses that are not on your directly attached LAN interface subnets: */ recursion no; additional-from-auth no; additional-from-cache no; Example 2: blog.solidshellsecurity.com/2014/08/18/recover-public-folders-office-365exchange-2013/ // global options apply to external clients options { recursion no; additional-from-auth no; additional-from-cache no; }; view "local" in { // view options enable recursion only for local clients match-clients { 172.16.45.80/23; 192.168.12.0/24; 127.0.0.1/8; ::1; }; recursion yes; additional-from-auth yes; additional-from-cache yes; zone "." in { type hint; file "/etc/bind/db.root"; }; // put definitions for zones like "localhost" and "127.in-addr.arpa" here } // put definitions for real authoritative zones here. Hope it will help you.
    0
  • madmanmachines
    Hi, I would also add a redirect specifically for the domains at '/home/.htaccess' to minimize the effects.
    0
  • cPanelMichael
    Hello :) You may find these threads helpful: Thank you.
    0

Please sign in to leave a comment.