summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/src/renderer/components/VpnSettings.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/renderer/components/VpnSettings.tsx b/gui/src/renderer/components/VpnSettings.tsx
index 0aa90af8c3..51a375cc25 100644
--- a/gui/src/renderer/components/VpnSettings.tsx
+++ b/gui/src/renderer/components/VpnSettings.tsx
@@ -220,8 +220,8 @@ function AllowLan() {
<li>172.16.0.0/12</li>
<li>192.168.0.0/16</li>
<li>169.254.0.0/16</li>
- <li>0xfe80::/10</li>
- <li>0xfc00::/7</li>
+ <li>fe80::/10</li>
+ <li>fc00::/7</li>
</LanIpRanges>
</ModalMessage>
</InfoButton>