Actions
Regression #15170
closedwebConfigurator IPv6 resolver syntax change
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
24.03
Release Notes:
Force Exclusion
Affected Version:
2.8.0
Affected Architecture:
All
Description
It looks like a webconfigurator line like this:
resolver 127.0.0.1 ::1 8.8.8.8 valid=300s;
Needs to be this instead:
resolver 127.0.0.1 [::1] 8.8.8.8 valid=300s;
Or nginx errors out:
Jan 17 14:13:11 fw-223 php-cgi[20403]: rc.restart_webgui: The command '/usr/local/sbin/nginx -c /var/etc/nginx-webConfigurator.conf' returned exit code '1', the output was 'nginx: [emerg] invalid port in resolver "::1" in /var/etc/nginx-webConfigurator.conf:44'
Updated by Marcos M 11 months ago
- Tracker changed from Bug to Regression
- Status changed from New to Resolved
- Assignee set to Marcos M
- Target version set to 2.8.0
- % Done changed from 0 to 100
- Plus Target Version set to 24.03
- Release Notes changed from Default to Force Exclusion
- Affected Version set to 2.8.0
- Affected Architecture All added
Fixed in cb77811ae6aad6d69abefcdb61e84a16a2ff4178.
Actions