quick question blocking .pw domain

killmasta93

Renowned Member
Aug 13, 2017
958
56
68
30
Hi,
I was wondering if someone could shed some light, Currently i want to block all .pw domains but not sure if putting in the regular express just the .pw would work?

Thank you
 
Hi,

you should be able to use the "test string" textfield to test if the respective regex matches what you want.
As the regex is put into start ^ and end $ anchors it needs to fully match, the following should work:
.+\.pw

This matches any character, at least one til (theoretically) infinity and then a literal dot and literal pw
 
  • Like
Reactions: killmasta93

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!