-
Notifications
You must be signed in to change notification settings - Fork 278
Support for wildcard in URL field #199
Description
Hello,
I use KeepassHTTP to manage all the logins to web portals of various devices in our private network. These do not have DNS entries but are accessed simply by IP.
Without going into too much detail, there are many, many IPs with a common network or host portion of the address, which all use the same username and password to login.
For example, imaging logging into a home router:
192.168.1.1
...but now you have over a hundred of these routers to manage. Thankfully they are all addressed such that:
192.168.x.1 with x being a random number between 0 and 255
I would like to be able to catch all these cases with one entry in the Keepass database, such as 192.168.*.1
Using references within Keepass would work, but duplicating entries enough times to cover all devices we manage would be impractical.