Create or edit a DNS service
To add a DNS service on a specific interface:
-
Go to Network > DNS Service and, under DNS Service on Interface, select Create New.
-
Select an interface.
-
Select Recursive, Non-Recursive, or Forward to System DNS.
-
Enable DNS Filter if you want to use a DNS filter and select the DNS filter to use.
-
Enable DNS over HTTPS if you want to use DNS over HTTPS.
-
Click OK. The new DNS service is added to the table.
To edit a DNS service:
-
Go to Network > DNS Service and, under DNS Service on Interface, select a DNS service.
-
Select Edit.
-
Make your changes.
-
Click OK.
To enable DNS over HTTPS (DoH) on the DNS server in the CLI:
config system dns-server
edit {<DNS_server_name> | <interface_name>}
set dnsfilter-profile {<profile_name> | default}
set doh enable
next
end