Merge pull request #96 from fosrl/dev

updat hero images and add mtu to docs
This commit is contained in:
Milo Schwartz
2026-04-15 15:31:06 -07:00
committed by GitHub
4 changed files with 16 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 484 KiB

After

Width:  |  Height:  |  Size: 765 KiB

BIN
images/sites.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

View File

@@ -20,6 +20,10 @@ Pangolin connects remote networks using lightweight software connectors called s
Users access public resources through any web browser with authentication. Users access private resources by connecting with a Pangolin client on their device. Both methods use the same identity-based access control, so you manage users and permissions in one place.
<Frame caption="Screenshot of sites page from Pangolin Dashboard">
<img src="/images/sites.png" alt="Pangolin Dashboard"/>
</Frame>
## Keep Reading
<Card title="How Pangolin Works" icon="brain" href="/about/how-pangolin-works">

View File

@@ -47,6 +47,14 @@ This is the DNS server that will be used if Override DNS is enabled or DNS Over
This is a fallback DNS server that the system can use if the primary server is unavailable. Ordering and priority of the server is not guaranteed, but it provides redundancy for DNS resolution. Not used when override DNS (aliases) are disabled.
#### MTU
You can set the maximum transmission unit (MTU) for the clients internal WireGuard interface. This value is client-wide: every site the client connects to must use the same MTU on the site (Newt) side, or you can see fragmentation, failed handshakes, or unstable tunnels. See the **mtu** option on [Configure Sites](/manage/sites/configure-site) and set the same value on each of those sites.
<Warning>
Changing MTU is advanced and not recommended for most users. Only change it when you have a specific, well-understood reason (for example, a constrained network path or a requirement from your infrastructure team). If you do change it, you must update every connected site to the identical value.
</Warning>
## Windows Client (Advanced)
On Windows, the Pangolin GUI reads configuration from two `pangolin.json` files:
@@ -91,6 +99,10 @@ All config keys in the `Config` object below can be set in either file. If the s
<ResponseField name="openStatusTabOnConnect" type="boolean">
When true, opens the Status tab immediately after clicking Connect so users can watch connection feedback while the tunnel is starting.
</ResponseField>
<ResponseField name="mtu" type="integer">
MTU for the internal WireGuard interface. Changing this is advanced and not recommended unless you have a clear reason; if you set a non-default value, configure the same MTU on every site this client connects to—see [Configure Sites](/manage/sites/configure-site).
</ResponseField>
</Expandable>
</ResponseField>