unbound: general: update port description and default to disabled

This commit is contained in:
Stephan de Wit 2023-03-20 10:06:54 +01:00
parent e9285f254b
commit bc05c8f59d
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -5,7 +5,7 @@
<items>
<general>
<enabled type="BooleanField">
<default>1</default>
<default>0</default>
<Required>Y</Required>
</enabled>
<port type="PortField">