-
Notifications
You must be signed in to change notification settings - Fork 759
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
Unbound: add WPAD #2097
Unbound: add WPAD #2097
Conversation
src/www/services_unbound.php
Outdated
| <td><a id="help_for_enable_wpad" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("WPAD Records");?></td> | ||
| <td> | ||
| <input name="enable_wpad" type="checkbox" value="yes" <?=!empty($pconfig['enable_wpad']) ? "checked=\"checked\"" : "";?> /> | ||
| <output class="hidden" for="help_for_enable_wpad"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we use a different style for help text now
|
General question: is dnsmasq capable of this? or is this an unbound-only feature? |
|
I have not tried dnsmasq but as far as I know it can fake the A/AAAA record by adding the IP / Host to the hosts file. |
|
@fichtner changed it to a div |
|
Merged, thanks! |
part of #2023