We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Configure and enable the DHCP server.
Add a valid static lease, for example myhost.
myhost
Make a DNS query for myhost.lan and get a successful response.
myhost.lan
So far so good.
Disable the DHCP server without restarting AGH.
I'm not sure that this is intended.
Restart AGH.
Make a DNS query for myhost.lan and get an NXDOMAIN.
NXDOMAIN
I think this is intended, but this is inconsistent with the result from the request after disabling the DHCP server and before restarting AGH.
@ameshkov, I think that we should respond with NXDOMAIN on step 5 here. What do you think?
The text was updated successfully, but these errors were encountered:
Probably you're right, we should respond with NXDOMAIN
Sorry, something went wrong.
a1450c5
Pull request: all: do not use dhcp clients when server is off
4e92ac2
Closes AdguardTeam#2934. Squashed commit of the following: commit 856ea4e Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Apr 15 17:39:46 2021 +0300 dnsforward: imp spacing commit fa748e5 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Apr 15 17:33:44 2021 +0300 dnsforward: imp code commit 771ba0d Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Apr 15 17:06:03 2021 +0300 all: do not use dhcp clients when server is off
ainar-g
No branches or pull requests
Configure and enable the DHCP server.
Add a valid static lease, for example
myhost
.Make a DNS query for
myhost.lan
and get a successful response.So far so good.
Disable the DHCP server without restarting AGH.
Make a DNS query for
myhost.lan
and get a successful response.I'm not sure that this is intended.
Restart AGH.
Make a DNS query for
myhost.lan
and get anNXDOMAIN
.I think this is intended, but this is inconsistent with the result from the request after disabling the DHCP server and before restarting AGH.
@ameshkov, I think that we should respond with
NXDOMAIN
on step 5 here. What do you think?The text was updated successfully, but these errors were encountered: