From a57874264ad26bb9fc01ca46fc9f3783212c80b4 Mon Sep 17 00:00:00 2001 From: Jesse Becker Date: Wed, 29 May 2019 22:23:10 -0400 Subject: [PATCH] Remove duplicated text about routes in MTU block --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f1fff62..e8fe943 100644 --- a/README.md +++ b/README.md @@ -671,8 +671,6 @@ Optionally defines the maximum transmission unit (MTU, aka packet/frame size) to The MTU is automatically determined from the endpoint addresses or the system default route, which is usually a sane choice. -There are two special values: ‘off’ disables the creation of routes altogether, and ‘auto’ (the default) adds routes to the default table and enables special handling of default routes. - https://git.zx2c4.com/WireGuard/about/src/tools/man/wg-quick.8 **Examples**