Add new setting AllowConnFromSubnets#335
Conversation
This is a fine grained version of `AllowConnFromAll` which allows configuration of specific subnets or hosts.
|
I was unsure where to document this, I don't find the existing |
|
It is documented here in the wiki |
|
@bennettpeter thanks, I failed to find it because it doesn't mention the db name, which now I think of it makes perfect sense since that's really an internal detail. I'm just about to turn in for the night so I'll propose some words for the wiki here later. |
|
As I recall, QHostAddress::parseSubnet did not support IPv6 addresses. Has that been fixed in Qt? |
Never mind, I found my own answer, it has been fixed for IPv6 (later than I would have liked, which should have happened over a decade ago). |
|
@ijc Can you raise an issue describing what the issue is that this is resolving please? |
This is a fine grained version of
AllowConnFromAllwhich allows configurationof specific subnets or hosts.
Checklist