-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Rewrite ist case-sensitiv #3351
Comments
This could be a dup of #3335, which is fixed on the |
With the current EDGE version, which was uploaded to the Docker Hub an hour ago, the error persists. |
I see, thanks. We'll look into it. |
Updates #3351. Squashed commit of the following: commit cc1c72c Author: Ainar Garipov <[email protected]> Date: Tue Jul 13 17:23:33 2021 +0300 filtering: fix legacy rewrite domain case
We have added another fix as of revision 1674475 on the |
Ok, now it works correctly. When inserting, the domain is converted to lower case and the error no longer occurs. 👍 |
Updates AdguardTeam#3351. Squashed commit of the following: commit cc1c72c Author: Ainar Garipov <[email protected]> Date: Tue Jul 13 17:23:33 2021 +0300 filtering: fix legacy rewrite domain case
At Filter -> DNS Rewrite it is possible to use case sensitiv hostnames. AdGuard accept "test.abc.org" And "Test.abc.org" at the Same Time. But only processes the lower case!
Prerequisites
Issue Details
I create a Rewrite for Test.abc.org and test.abc.org. One to 1.1.1.1 and the second to 2.2.2.2
When both are created, the IP is output from the lower case one.
If only the entry with the capital letter exists, nothing will be found.
Expected Behavior
The UI should transform any Host to lower-case.
Actual Behavior
it accept any spelling but responds only to the lower case variant
Screenshots
Both are created:
Only the false is created
Additional Information
The text was updated successfully, but these errors were encountered: