mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
unbound: general: update port description and default to disabled
This commit is contained in:
parent
e9285f254b
commit
bc05c8f59d
@ -9,8 +9,8 @@
|
||||
<label>Listen Port</label>
|
||||
<type>text</type>
|
||||
<help>
|
||||
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.
|
||||
The port used for responding to DNS queries. Defaults to port 53.
|
||||
Change this if another service needs to bind to TCP/UDP port 53.
|
||||
</help>
|
||||
<hint>53</hint>
|
||||
</field>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<items>
|
||||
<general>
|
||||
<enabled type="BooleanField">
|
||||
<default>1</default>
|
||||
<default>0</default>
|
||||
<Required>Y</Required>
|
||||
</enabled>
|
||||
<port type="PortField">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user