Chapter 7 Firewall for FortiOS 5.0 : Building firewall objects and policies : FQDN address
  
FQDN address
You have to create a policy that will govern traffic that goes to a site that has a number of servers on the Internet. Depending on the traffic or the possibility that one of the servers is down network traffic can go to any one of those sites. The consistent factor is that they all use the same Fully Qualified Domain Name.
The FQDN of the web site: example.com
The number of ISP connections off of the FortiGate firewall: 2
Go to Firewall Objects > Address > Addresses and select Create New > Address/FQDN.
Fill out the fields with the following information
Field Name
Field Value
Address Name
BigWebsite.com
Comments
<Input into this field is optional>
Color
<Changing this value is optional>
Type
FQDN
FQDN
bigwebsite.com
Interface
any
Add Tags
<Input into this field is optional>
Select OK.
Enter the following CLI command:
config firewall address
edit BigWebsite.com
set type fqdn
set associated-interface any
set fqdn bigwebsite.com
end