Hi there, > On 13. Jun 2023, at 22:02, ft <m...@ft-c.de> wrote: > > Hello > > It is possible to block all in and/or out packages from an url > with no logging > any ports (or http and https)
I assume this is a question. You can use FQDNs but they will be resolved during startup (if DNS is available), so effectively this will just use the IP address. > It seem it is a vhost, the ip have more url. > > my example: > block in from "brigitte.de" to any > block out from "brigitte.de" to any Last line should be block out from any to "brigitte.de" > Franz If you want to block specific domains and subdomains only, but not full IP addresses, you need to use some mandatory http(s) proxy, though (eg squid). Best regards Holger