Logo
Explore Help
Sign In
kevinveenbirkenbach/automtu
1
0
Fork 0
You've already forked automtu
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
a0db5f797f996e2546100ab791d7e53340524eed
automtu/Makefile

16 lines
375 B
Makefile
Raw Normal View History

refactor: convert script to automtu package with CI workflow https://chatgpt.com/share/697112b2-0410-800f-93ff-9372b603d43f
2026-01-21 18:53:44 +01:00
PYTHON ?= python3
Add wg-mtu-auto initial implementation, documentation, and unit tests - Added main.py: automatic WireGuard MTU calculation and PMTU probing - Added test.py: unittests covering base, PMTU, and fallback scenarios - Added Makefile: includes test target and install guidance - Added README.md: usage, pkgmgr installation, and MIT license Reference: https://chatgpt.com/share/68efc179-1a10-800f-9656-1e8731b40546
2025-10-15 19:56:43 +02:00
.PHONY: test install help
help:
@echo "Targets:"
@echo " make test - run unit tests"
@echo " make install - print installation guidance"
@echo " make help - this help"
test:
refactor: convert script to automtu package with CI workflow https://chatgpt.com/share/697112b2-0410-800f-93ff-9372b603d43f
2026-01-21 18:53:44 +01:00
@PYTHONPATH="$(CURDIR)/src" "$(PYTHON)" -m unittest discover -s tests/unit -p "test_*.py" -v
feat(persist): add systemd persistence backend with uninstall https://chatgpt.com/share/69733e45-96ec-800f-9aad-0cac7306dedd
2026-01-23 10:23:59 +01:00
install:
sudo pip install -e . --upgrade --break-system-packages
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 336ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API