<?phpprint_info_box_apply(gettext("The DNS forwarder configuration has been changed.")."<br />".gettext("You must apply the changes in order for them to take effect."));?><br/>
<?=gettext("The port used for responding to DNS queries. It should normally be left blank unless another service needs to bind to TCP/UDP port 53.");?></p>
<?=gettext("Interface IPs used by the DNS Forwarder for responding to queries from clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries to other interface IPs not selected below are discarded. The default behavior is to respond to queries on every available IPv4 and IPv6 address.");?>
<?=gettext("If this option is set, the DNS forwarder will only bind to the interfaces containing the IP addresses selected above, rather than binding to all interfaces and discarding queries to other addresses.");?>
<br/><br/>
<?=gettext("NOTE: This option does NOT work with IPv6. If set, dnsmasq will not bind to IPv6 addresses.");?>
<td><ahref="services_dnsmasq.php?type=host&act=del&id=<?=$i;?>"onclick="return confirm('<?=gettext("Do you really want to delete this host?");?>')"class="btn btn-default btn-xs"><spanclass="fa fa-trash text-muted"></span></a></td>
<?phpprint_info_box_apply(gettext("The DNS forwarder configuration has been changed.")."<br />".gettext("You must apply the changes in order for them to take effect."));?><br/>
<?phpendif;?>
<sectionclass="col-xs-12">
<divclass="content-box">
<formmethod="post"name="iform"id="iform">
<divclass="table-responsive">
<tableclass="table table-striped">
<tr>
<tdvalign="top"><strong><?=gettext("General DNS Forwarder Options");?></strong></td>
<?=gettext("The port used for responding to DNS queries. It should normally be left blank unless another service needs to bind to TCP/UDP port 53.");?>
<?=gettext("Interface IPs used by the DNS Forwarder for responding to queries from clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries to other interface IPs not selected below are discarded. The default behavior is to respond to queries on every available IPv4 and IPv6 address.");?>
<?=gettext("If this option is set, the DNS forwarder will only bind to the interfaces containing the IP addresses selected above, rather than binding to all interfaces and discarding queries to other addresses.");?>
<br/><br/>
<?=gettext("NOTE: This option does NOT work with IPv6. If set, dnsmasq will not bind to IPv6 addresses.");?>
<ahref="services_dnsmasq.php?act=del&type=doverride&id=<?=$i;?>"onclick="return confirm('<?=gettext("Do you really want to delete this domain override?");?>')"class="btn btn-default btn-xs"><spanclass="fa fa-trash text-muted"></span></a></td>
</tr>
<?php$i++;endforeach;?>
<trstyle="display:none"><td></td></tr>
</tbody>
</table>
</div>
</div>
</form>
</section>
</div>
</div>
</section>
<?php
++$i;
endforeach;?>
</tbody>
<tfoot>
<tr>
<tdcolspan="5">
<?=gettext("Entries in this section override individual results from the forwarders.");?>
<?=gettext("Use these for changing DNS results or for adding custom DNS records.");?>
<?=gettext("Entries in this area override an entire domain, and subdomains, by specifying an"." authoritative DNS server to be queried for that domain.");?>