dcc7a68973f9832a83e62c643a99213cf4fd8dc9
https://chatgpt.com/share/697112b2-0410-800f-93ff-9372b603d43f
automtu
Auto-detect your egress interface, optionally probe Path MTU (PMTU) using DF-ping, compute a WireGuard MTU, and apply MTU settings.
Install (editable)
pip install -e .
Usage
Show only (no changes): automtu --dry-run
Probe PMTU to targets and apply on egress: sudo automtu --pmtu-target registry-1.docker.io --apply-egress-mtu
Auto-add WireGuard peer endpoints as targets and apply WG MTU: sudo automtu --auto-pmtu-from-wg --apply-wg-mtu
Force WG MTU: sudo automtu --set-wg-mtu 1372 --apply-wg-mtu
Help: automtu --help
👤 Author
Kevin Veen-Birkenbach https://www.veen.world
Description
Languages
Python
99.1%
Makefile
0.9%