From 7f9b700ec309ee5e26b1fd6fa6695c548861779c Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 17 Jun 2025 10:23:29 -0400 Subject: [PATCH] Add mtu to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 590a5de..a31e9a1 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ When Newt receives WireGuard control messages, it will use the information encod - `endpoint`: The endpoint where both Gerbil and Pangolin reside in order to connect to the websocket. - `id`: Newt ID generated by Pangolin to identify the client. - `secret`: A unique secret (not shared and kept private) used to authenticate the client ID with the websocket in order to receive commands. +- `mtu`: MTU for the internal WG interface. Default: 1280 - `dns`: DNS server to use to resolve the endpoint - `log-level` (optional): The log level to use. Default: INFO - `updown` (optional): A script to be called when targets are added or removed.