> I know that I can use domain names in the definition
> of a table
>
> table <admin> { test.server.com } persist
>
> But I don't know if the initialised values will be
> rechecked once again. Is there a way?
man 5 pf.conf
"Host name resolution and interface to address translation are done
at ruleset load-time. When the address of an interface (or host
name) changes (under DHCP or PPP, for instance), the ruleset must
be reloaded for the change to be reflected in the kernel."
>
> The typical situation are dynip and more.
>
> I do realize the security concerns, but ... :}