mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	improved upstream dns server help text
This commit is contained in:
		| @@ -115,9 +115,12 @@ | ||||
|               <button type="button" class="btn btn-outline-secondary js-add-dhcp-upstream-server"><i class="fas fa-plus"></i></button> | ||||
|             </div> | ||||
|           </div> | ||||
|           <code id="new-dhcp-upstream-server" class="form-text text-muted"> | ||||
|             <small><?php echo htmlspecialchars("[/[<domain>]/[domain/]][<ipaddr>[#<port>][@<source-ip>|<interface>[#<port>]]"); ?></small> | ||||
|           </code> | ||||
|           <p id="new-dhcp-upstream-server" class="form-text text-muted"> | ||||
|             <small> | ||||
|               <?php echo _("Format: ") ?> | ||||
|               <code class="text-muted"><?php echo htmlspecialchars("[/[<domain>]/[domain/]][<ipaddr>[#<port>][@<source-ip>|<interface>[#<port>]]"); ?></code> | ||||
|             </small> | ||||
|           </p> | ||||
|         </div> | ||||
|       </div> | ||||
|     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user