F fabcab84 New Member May 10, 2023 5 0 1 Aug 14, 2023 #1 hi i have domains in the blackist ue for some reason dosent work.. why ? Attachments ss.png 11 KB · Views: 59
cheiss Proxmox Staff Member Staff member Dec 5, 2022 1,138 390 93 Vienna, Austria c8h4.io Aug 14, 2023 #2 Hi, a Domain object matches the full domain name (e.g. inacal.gob.pe) in you case, not just the TLD. Thus you need to either add all full domain names as Domain objects or use a Regex object. Hope this helps!
Hi, a Domain object matches the full domain name (e.g. inacal.gob.pe) in you case, not just the TLD. Thus you need to either add all full domain names as Domain objects or use a Regex object. Hope this helps!
F fabcab84 New Member May 10, 2023 5 0 1 Aug 14, 2023 #3 but i have a regular expression to .pe.... but dosent work
kentur Member Proxmox Subscriber Jul 26, 2023 34 2 8 Aug 24, 2023 #4 fabcab84 said: but i have a regular expression to .pe.... but dosent work Click to expand... Try .*@.*\.pe instead. (works for me) And this is WHAT object, if that was unclear.
fabcab84 said: but i have a regular expression to .pe.... but dosent work Click to expand... Try .*@.*\.pe instead. (works for me) And this is WHAT object, if that was unclear.