-
-
Notifications
You must be signed in to change notification settings - Fork 794
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
Wrong variable for DNS-Serverlist #994
Comments
This var is, or should be, set here:
You can help our devs diagnose this by using the issue template, as described below. Otherwise we’re building a test case with no steps to repro, etc. |
After adding DNS-Servers to the dhcp-Config I can't see them on the page. Checklist
Bug descriptionYour environment
Steps to reproduceIf I add DNS-Servers on the DHCP->Advanced page, they are written into the 090_wlan0.conf but not shown on the page. raspap-webgui/templates/dhcp/advanced.php Line 20 in 48feef8
Also in line 10 it is also using the $conf array:raspap-webgui/templates/dhcp/advanced.php Line 10 in 48feef8
It seems that the get_netcfg only sets the variables in this php file but returns the data via ajax as json. After that it is only written in the $conf array.
|
@SephGER thanks for reporting. I've mentioned you in the commit msg |
raspap-webgui/templates/dhcp/advanced.php
Line 20 in 48feef8
The list of DNS-Servers doesn't load for me. After changing
$upstreamServers
to$conf['server']
it works.The text was updated successfully, but these errors were encountered: