Project

General

Profile

Actions

Regression #15170

closed

webConfigurator IPv6 resolver syntax change

Added by Chris Linstruth 4 months ago. Updated 4 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Web Interface
Target version:
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'
Actions

Also available in: Atom PDF