mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
IPv6 is off, but AGH continues to listen to the port #2633
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#2633
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ammnt on GitHub (Apr 7, 2021).
Originally assigned to: @ainar-g on GitHub.
Have a question or an idea? Please search it on our forum to make sure it was not yet asked. If you cannot find what you had in mind, please submit it here.
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Issue Details
Expected Behavior
Actual Behavior
Adapter does not support IPv6. IPv6 is completely off, but AGH continues to listen to the port:

Additional Information
What is it? Some socket? For what? Why?😅
@ainar-g commented on GitHub (Apr 7, 2021):
Hi, just to be clear, by “IPv6 is off” do you mean that
aaaa_disabledin the configuration file is set totrueor just that the hardware or the OS don't support it? Does it interfere with AGH's normal functioning, or is it just undesirable behaviour?@ammnt commented on GitHub (Apr 7, 2021):
Yes, it's off at AGH through
aaaa_disabled+ my domain has no AAAA record + IPv6 is disabled via sysctl.conf:@ammnt commented on GitHub (Apr 7, 2021):
@ainar-g , AGH is functioned normally, but i want to know what is it and i keep to close all unused ports and disable all unused daemons. Thank you.
@ainar-g commented on GitHub (Apr 7, 2021):
I see, thanks.
aaaa_disabledmerely disables responding toAAAAqueries, regardless of which protocol they came over. The part that controls which networks we're listening on is in one of our external libraries, so we'll probably won't be able to add this enhancement in this cycle, but we should probably do that some time after that.@DandelionSprout commented on GitHub (Apr 10, 2021):
Adding
::/0to Disallowed clients, should in theory accomplish OP's goal, except that the admin interface would remain available on IPv6.@ammnt commented on GitHub (Apr 24, 2021):
@ainar-g, it works really weird:

Now he listens only on the IPv6 protocol. At the same time, the IPv6 is still turned off and all DNS queries are only IPv4. The loopback IPv6 is not existed too...🤔