Is there a way to configure an object group host by domain name instead of IP or other work around? I want to use my dynamic dns domain name as the host that is allowed in the firewall.
So instead of,
<code>
object-group network REMOTE_USER1
network-object host 123.45.67.89
<code>
I'd do,
<code>
object-group network REMOTE_USER1
network-object host myDomain.dyndns.org
<code>