From f70c46639974f68877556d49f6d49fc1f5ea5b76 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Sun, 19 Sep 2021 03:53:47 -0700 Subject: [PATCH] docs(readme) fix WireGuard section header format --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06af6b3..60770af 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Table of Contents * [Server](#server) * [Client](#client) * [MTU overhead](#mtu-overhead) - * [MTU calculation for [WireGuard®](https://www.wireguard.com)](#mtu-calculation-for-wireguardhttpswwwwireguardcom) + * [MTU calculation for WireGuard](#mtu-calculation-for-wireguard) * [Version compatibility](#version-compatibility) * [Performance](#performance) * [Future plans](#future-plans) @@ -153,9 +153,9 @@ of obfuscation. [Back to TOC](#table-of-contents) -## MTU calculation for [WireGuard®](https://www.wireguard.com) +## MTU calculation for WireGuard -For people who use Phantun to tunnel WireGuard UDP packets, here are some guidelines on figuring +For people who use Phantun to tunnel [WireGuard®](https://www.wireguard.com) UDP packets, here are some guidelines on figuring out the correct MTU to use for your WireGuard interface. WireGuard MTU = `MAX_OF_16`(Interface MTU - IP header (20 bytes) - TCP header (20 bytes) - WireGuard overhead (32 bytes))