system fds proxy
Use this command to configure the FortiWeb proxy to override the default list of FDN servers and update FortiGuard service packages from a new address.
Before using this command, you must configure FortiWeb to act as a proxy server. To do so, set fds-proxy to enable. See system global for how to enable fds-proxy.
To use this command, your administrator account’s access control profile must have either w or rw permission to the sysgrp area. For details, see Permissions.
Syntax
config system fds proxy override
set override_switch {enable | disable}
end
config system fds proxy schedule
set frequency {every | daily | weekly}
set time
set day {Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}
end
Example
This example enables FortiWeb to act as an FDS proxy and update FortiGuard service packages from 192.0.2.1.
config system global
set fds-proxy enable
end
config system fds proxy
set override_switch enable
set address "192.0.2.1"
end