Split DNS
I read somewhere in order to use Web Filter, I need to use FortiGuard DNS
Let say I have internal dns which host all internal server hostname
I want Fortigate which use default fortiguard dns able to solve internal server name
I came with idea to do split dns
OPTION1
-set Fortigate DNS to Internal DNS
set Internal DNS forwarder to FortiGuard DNS
OPTION2
-set Fortigate DNS to default FortiGuard DNS
then set
config system dns-database edit "company1.com" set domain "company1.com" set authoritative disable set forwarder "10.243.13.1" next end QUESTIONS 1. Can I do OPTION2 and achieve same result as OPTION1 tq