Print the server IP address instead of a full DNS stamp
Also allow the sdns scheme in api/index.html
This commit is contained in:
parent
6d2eae4f58
commit
b7e0b497cf
2 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@
|
|||
<div class="field">
|
||||
<label for="address">Nameserver address</label>
|
||||
<input id="address" name="address" type="text" placeholder="tcp://your-ip"
|
||||
required pattern="(tcp|udp|tls|https):\/\/(.*)" />
|
||||
required pattern="(tcp|udp|tls|https|sdns):\/\/(.*)" />
|
||||
<p class="help">
|
||||
To use different protocols like DOH, DOT etc. refer to the instructions
|
||||
<a href="https://github.com/mr-karan/doggo#transport-options">here</a>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue