-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new setting AllowConnFromSubnets
#335
base: master
Are you sure you want to change the base?
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
AllowConnFromAll
which allows configurationof specific subnets or hosts.
Checklist