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
Here's how it looks like:
Original report: #2923 (comment)
We should handle this in the urlfilter -- IP addresses should be handled as a special case.
urlfilter
Temporary solution is to unblock IP addresses: @@/^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/
@@/^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/
The text was updated successfully, but these errors were encountered:
Pull request: do not apply denyallow to IP addresses
473852c
Merge in DNS/urlfilter from denyallowips to master Related to AdguardTeam/AdGuardHome#3175 Squashed commit of the following: commit adb8306 Author: Andrey Meshkov <am@adguard.com> Date: Tue Dec 14 17:41:40 2021 +0300 fix golangci-lint commit becb0d7 Author: Andrey Meshkov <am@adguard.com> Date: Tue Dec 14 17:37:44 2021 +0300 fix review issues commit 028d7f8 Author: Andrey Meshkov <am@adguard.com> Date: Tue Dec 14 17:28:46 2021 +0300 added bench, fixed specs commit 13a71a8 Author: Andrey Meshkov <am@adguard.com> Date: Tue Dec 14 17:14:12 2021 +0300 do not apply denyallow to IP addresses
72a160a
Pull request: all: do not apply $denyallow to ip addrs
40df011
Closes AdguardTeam#3175. Squashed commit of the following: commit e80e461 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Dec 14 18:03:26 2021 +0300 all: imp docs commit 3c73a72 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Dec 14 17:57:01 2021 +0300 all: do not apply $denyallow to ip addrs
ameshkov
No branches or pull requests
Here's how it looks like:
Original report: #2923 (comment)
We should handle this in the
urlfilter
-- IP addresses should be handled as a special case.Temporary solution is to unblock IP addresses:
@@/^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/
The text was updated successfully, but these errors were encountered: