Fortigate Safe Search DNS overwrite

Fortigate bietet die Möglichkeit SafeSearch für die Surchmaschinen Google, Yahoo!, bing und Yandex per Webfilter Security Profile zu aktivieren:

 

Dafür sind zwei Vorraussetzungen notwendig:

  • Proxy Based Webfilter
  • HTTPS Inspection

Vor Allem HTTPS Inspection ist leider oft nicht möglich, bspw. in Schulen wo die Schüler ihre eigenen Geräte mitbringen. 

 

Es gibt jedoch einen Workaround, wie SafeSearch dennoch enforced werden kann. Der Trick ist, die DNS Anfragen auf die Safesearch URL weiterzuleiten, dafür sind folgende Schritte notwendig:

  • Fortigate wird als DNS Server verwendet oder greift den DNS Traffic mittels DNAT Regel ab
  • Fortigate überschreibt die Zone und leitet „www.“ auf die SafeSearch IPs um

 

Google

forcesafesearch.google.com =  216.239.38.120

 

You Tube

restrict.youtube.com = 216.239.38.120

 

Bing

strict.bing.com = 204.79.197.220

 

 

Fortigate GUI

  1. Überschreibt Zone google.com
  2. Verhindert, dass alle Einträge überschrieben werden (zB. drive.google.com, accounts.google.com etc..)
  3. Überschreibt www. auf Safesearch IP

Dies müsste vollständigerweise für sämtliche google domains gemacht werden (google.ch, google.de etc..)

Nachfolgend ein CLI Script mit sämtlichen google Domains.

Fortigate CLI

config system dns-database
edit "google.com"
set domain "google.com"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ad"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ae"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.af"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.ag"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.ai"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.al"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.am"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.ao"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.ar"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.as"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.at"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.au"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.az"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ba"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.bd"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.be"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.bf"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.bg"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.bh"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.bi"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.bj"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.bn"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.bo"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.br"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.bs"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.bt"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.bw"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.by"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.bz"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ca"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.cd"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.cf"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.cg"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ch"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ci"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.ck"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.cl"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.cm"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.cn"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.co"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.cr"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.cu"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.cv"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.cy"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.cz"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.de"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.dj"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.dk"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.dm"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.do"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.dz"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.ec"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ee"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.eg"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.es"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.et"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.fi"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.fj"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.fm"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.fr"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ga"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ge"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.gg"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.gh"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.gi"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.gl"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.gm"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.gr"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.gt"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.gy"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.hk"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.hn"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.hr"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ht"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.hu"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.id"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ie"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.il"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.im"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.in"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.iq"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.is"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.it"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.je"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.jm"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.jo"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.jp"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.ke"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.kh"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ki"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.kg"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.kr"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.kw"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.kz"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.la"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.lb"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.li"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.lk"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.ls"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.lt"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.lu"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.lv"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.ly"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.ma"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.md"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.me"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.mg"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.mk"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ml"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.mm"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.mn"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ms"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.mt"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.mu"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.mv"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.mw"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.mx"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.my"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.mz"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.na"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.ng"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.ni"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ne"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.nl"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.no"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.np"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.nr"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.nu"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.nz"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.om"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.pa"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.pe"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.pg"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.ph"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.pk"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.pl"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.pn"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.pr"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ps"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.pt"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.py"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.qa"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ro"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ru"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.rw"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.sa"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.sb"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.sc"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.se"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.sg"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.sh"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.si"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.sk"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.sl"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.sn"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.so"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.sm"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.sr"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.st"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.sv"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.td"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.tg"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.th"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.tj"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.tl"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.tm"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.tn"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.to"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.tr"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.tt"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.tw"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.tz"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.ua"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.ug"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.uk"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.uy"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.uz"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.vc"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.ve"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.vg"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.vi"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.com.vn"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.vu"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.ws"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.rs"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.za"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.zm"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.co.zw"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
config system dns-database
edit "google.com"
set domain "google.cat"
set authoritative disable
config dns-entry
edit 1
set hostname "www"
set ip 216.239.38.120
next
end
next
end
Samuel Heinrich
Senior Network Engineer at Selution AG (Switzerland)
Arbeitet in Raum Basel (Switzerland) als Senior Network Engineer mit über 15 Jahren Erfahrung im Bereich Netzwerk

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.