Bug #8625
closedPFsense squidGuard faulty URL check
100%
Description
Hi,
wanted to import a blacklist into squid guard an ran into errors.
Always complaining about some urls.
Narrowed the problem down:
If there is an url with just one digit as the last octet of the IP, than it tells me that the url is invalid.
DEST 'single_digit_url': Item '192.168.10.9/last_octet_with_one_digit_fails' is not a url.
If I use 192.168.10.10 it works fine.
Just used a private IP as example, also errors on public IPs with just one digit in the last octet.
I also complained about underscores in urls:
DEST 'cert': Item 'google_ssl.onmypc.org' is not a domain.
How and to whom to address this bug properly?
Don't know if it is a bug in the pfsense web interface or the SquidGuard plugin.
Any quick workarounds?
Any place where I could directly copy my blacklist to or into?
squid www 0.4.42
squidGuard www 1.16.4
Version 2.3.4-RELEASE-p1 (i386)
built on Fri Jul 14 14:53:03 CDT 2017
FreeBSD 10.3-RELEASE-p19
Updated by Viktor Gurov about 5 years ago
Updated by Renato Botelho about 5 years ago
- Status changed from New to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!
Updated by Azamat Khakimyanov over 4 years ago
- Status changed from Feedback to Resolved
Tested on 2.4.4_p3, 2.4.4_p1 and 2.5-DEV (built on Sun Sep 20 01:01:05 EDT 2020):
- no issue if there is an url with just one digit as the last octet of the IP: tested with local ftp-server ftp://192.168.122.9/shallalist.tar.gz
- no issue if there is underscores in urls: tested with local ftp-server ftp://my_ftp.netgate.com/shallalist.tar.gz
Ticket resolved.