Releases: fosrl/newt
1.1.3
What's Changed
- Add flake for build and devshell. by @firecat53 in #25
- Feat: mTLS support by @progressive-kiwi in #26
- Connection Monitoring, time zone logger by @oschwartz10612 in #28
New Contributors
- @firecat53 made their first contribution in #25
- @progressive-kiwi made their first contribution in #26
Full Changelog: 1.1.2...1.1.3
1.1.2
Full Changelog: 1.1.1...1.1.2
Increased pings to 15 to try to account for delays in Gerbil startup.
1.1.1
1.1.0
What's Changed
- Add updown script capabilities by @oschwartz10612 in #19
You can pass in a updown script for Newt to call when it is adding or removing a target:
--updown "python3 test.py"
It will get called with args when a target is added:
python3 test.py add tcp localhost:8556
python3 test.py remove tcp localhost:8556
Returning a string from the script in the format of a target (ip:dst
so 10.0.0.1:8080
) it will override the target and use this value instead to proxy.
You can look at updown.py as a reference script to get started!
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
Minor Updates & Improvements by @oschwartz10612 in #18
- Added builds for arm32 v6 and arm32 containers, risc5
- Fix typos and add log messages
Full Changelog: 1.0.0-beta.5...1.0.0
1.0.0-beta.5
What's Changed
CICD, --version & Bug Fixes by @oschwartz10612 in #9
- Add CICD
- Add --version check
- Fix saving the cli params to a config file and loading that back
- Fix UDP socket EOF error
Full Changelog: 1.0.0-beta.4...1.0.0-beta.5
1.0.0-beta.4
What's Changed
- Proxy Manager Rewrite by @oschwartz10612 in #6
Full Changelog: 1.0.0-beta.3...1.0.0-beta.4
1.0.0-beta.3
What's Changed
- add security policy by @miloschwartz in #4
- Add tip and MTU set to 1280 by @oschwartz10612 in #5
Full Changelog: 1.0.0-beta.2...1.0.0-beta.3
1.0.0-beta.2
What's Changed
- update CONTRIBUTING.md by @miloschwartz in #2
- Allow use of env vars, docs, and ping interval by @oschwartz10612 in #3
Full Changelog: 1.0.0-beta.1...1.0.0-beta.2
1.0.0-beta.1
First Newt Release!
Full Changelog: https://github.com/fosrl/newt/commits/1.0.0-beta.1
Compiled binaries are attached below or you can find the Docker container at: https://hub.docker.com/r/fosrl/newt