Project

General

Profile

« Previous | Next » 

Revision de55303c

Added by Stilez y over 8 years ago

Clearer narrative for domain override on main resolver config page

View differences:

src/usr/local/www/services_unbound.php
441 441
			<thead>
442 442
				<tr>
443 443
					<th><?=gettext("Host")?></th>
444
					<th><?=gettext("Domain")?></th>
445
					<th><?=gettext("IP")?></th>
444
					<th><?=gettext("Host's parent domain")?></th>
445
					<th><?=gettext("IP to return")?></th>
446 446
					<th><?=gettext("Description")?></th>
447 447
					<th><?=gettext("Actions")?></th>
448 448
				</tr>
......
504 504
	</div>
505 505
</div>
506 506

  
507
<span class="help-block">
508
	Enter any individual hosts for which the resolver's standard DNS lookup process should be overridden and a specific
509
	IPv4 or IPv6 address should automatically be returned by the resolver. Standard and also non-standard names and parent domains 
510
	can be entered, such as 'test', 'mycompany.localdomain', '1.168.192.in-addr.arpa', or 'somesite.com'. Any lookup attempt for 
511
	the host will automatically return the given IP, and the usual lookup server for the domain will not be queried for the host's records.
512
</span>
513

  
507 514
<nav class="action-buttons">
508 515
	<a href="services_unbound_host_edit.php" class="btn btn-sm btn-success">
509 516
		<i class="fa fa-plus icon-embed-btn"></i>
......
518 525
			<thead>
519 526
				<tr>
520 527
					<th><?=gettext("Domain")?></th>
521
					<th><?=gettext("IP")?></th>
528
					<th><?=gettext("IP of lookup server")?></th>
522 529
					<th><?=gettext("Description")?></th>
523 530
					<th><?=gettext("Actions")?></th>
524 531
				</tr>

Also available in: Unified diff