mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
从 v0.107.0-b.14 起,没有正确查询域名 #3257
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#3257
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 @ShuiHuo on GitHub (Dec 15, 2021).
Originally assigned to: @ainar-g on GitHub.
I do not speak English, so I will use simplified Chinese for feedback
Issue Details
*OpenWrt 21.02-SNAPSHOT r16335-4b0f87729c
Expected Behavior
查询域名并返回正确的地址
Actual Behavior
所有域名都变成了重写项
Screenshots
Screenshot:
Additional Information
v0.107.0-b.13 时是正常的,使用完全相同的配置,仅 AdguardHome 软件版本不同。
@two-dogs commented on GitHub (Dec 15, 2021):
i thought i would help, the translation from @ShuiHuo expected and actual behavior according to DDG is,
expect: querying the domain name and returning the correct address
actual: The domain name becomes a rewrite entry
@ainar-g commented on GitHub (Dec 16, 2021):
Thanks for the report! It seems like the issue at hand is that if the
/etc/hostsfile contains invalid hostnames with an*character, they become wildcard rules that rewrite things they shouldn't. We'll fix it in RC2.@ainar-g commented on GitHub (Dec 16, 2021):
@ShuiHuo, should be fixed in version
v0.107.0-a.240+4be69d35on theedgerelease channel. Could you please check if this works for you?@ShuiHuo commented on GitHub (Dec 16, 2021):
Where can I download binaries
@ShuiHuo commented on GitHub (Dec 16, 2021):
https://static.adguard.com/adguardhome/edge/AdGuardHome_linux_mipsle_softfloat.tar.gz
v0.107.0-a.240+4be69d35Custom filtering rules are not controlled by the global protection button, and are filtered regardless of whether protection is enabled or disabled
@ameshkov commented on GitHub (Dec 17, 2021):
This is by design: #1558
@ShuiHuo commented on GitHub (Dec 17, 2021):
How can I quickly switch the status of custom filtering rules on or off?
@ainar-g commented on GitHub (Dec 17, 2021):
@ShuiHuo, there are several ways:
Uncheck the “Block domains using filters and hosts files” on the “Settings → General settings” page. This will disable all filtering based on filtering lists and rewrites.
Just comment them out. The rules syntax supports comments with the
#character.Make these rules apply only for clients by using the
$clientmodifier.There isn't currently one flag to completely disable them, but there are related feature requests: #1765, #2551.
We'll close this issue for now, since the original problem seems to be resolved on the
edgerelease channel. Please feel free to ask questions on the Discussions page or open new issues about bugs. Thanks.@lex-obrien commented on GitHub (May 19, 2022):
Interesting side effect of this is that domains with "_"s are also ignored as well. It makes sense as public domains cannot have underscores, but it was bothering me seeing all of those error messages in my logs. I'll just change my host names, but I wanted to drop the note in case anyone else runs into this ;)