Skip to content

Commit 2439391

Browse files
authored
Update settings descriptions (#2)
1 parent f0eb35c commit 2439391

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

pfSense-pkg-NetBird/files/usr/local/pkg/netbird.xml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,21 @@
8282
</field>
8383

8484
<field>
85-
<name>Firewall</name>
85+
<name>Client Firewall</name>
8686
<type>listtopic</type>
8787
</field>
8888
<field>
89-
<fielddescr>Allow Configuration</fielddescr>
89+
<fielddescr>Enable firewall</fielddescr>
9090
<fieldname>allowfirewallconfig</fieldname>
9191
<description>
9292
<![CDATA[
93-
Allow the client to manage and enforce firewall rules
93+
Allow the client to filter traffic with its built-in firewall
9494
]]>
9595
</description>
9696
<sethelp>
9797
<![CDATA[
98-
If disabled the client won't modify firewall rules
98+
If disabled, you must assign the NetBird interface and manage firewall rules via PFSense firewall management.
99+
Additionally, NetBird routing and DNS may not function as intended.
99100
]]>
100101
</sethelp>
101102
<type>checkbox</type>
@@ -106,7 +107,7 @@
106107
<fieldname>blockinboundconn</fieldname>
107108
<description>
108109
<![CDATA[
109-
Block all inbound connections to the local machine and any routed networks
110+
Block all inbound connections to the local machine from the WireGuard interface and any routed networks
110111
]]>
111112
</description>
112113
<sethelp>
@@ -141,7 +142,7 @@
141142
<fieldname>enabledns</fieldname>
142143
<description>
143144
<![CDATA[
144-
Allows the client to configure DNS settings
145+
Allows the client to resolve and configure DNS on the host
145146
]]>
146147
</description>
147148
<type>checkbox</type>
@@ -157,7 +158,7 @@
157158
<fieldname>accesslan</fieldname>
158159
<description>
159160
<![CDATA[
160-
Allow access to local networks (LAN) when using this peer as a router or exit node
161+
Allow access to local networks (LAN) when using this peer as a routing peer or exit-node
161162
]]>
162163
</description>
163164
<type>checkbox</type>
@@ -179,7 +180,7 @@
179180
<fieldname>allowserverroutes</fieldname>
180181
<description>
181182
<![CDATA[
182-
Enable this peer to act as a router for server routes received from the management
183+
Enable this peer to act as a routing peer for routes received from the management
183184
]]>
184185
</description>
185186
<type>checkbox</type>
@@ -271,4 +272,4 @@
271272
<custom_php_resync_config_command>
272273
<![CDATA[netbird_resync_config();]]>
273274
</custom_php_resync_config_command>
274-
</packagegui>
275+
</packagegui>

0 commit comments

Comments
 (0)