Skip to content

Releases: fosrl/newt

1.2.1

06 Jun 03:02
4a70af4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

05 Jun 16:06
c423f66
Compare
Choose a tag to compare

What's Changed

Newt can integrate with the Docker socket to provide remote inspection of Docker containers. This allows Pangolin to query and retrieve detailed information about containers running on the Newt client, including metadata, network configuration, port mappings, and more.

New Contributors

Full Changelog: 1.1.3...1.2.0

1.1.3

06 Apr 20:32
a1a439c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.2...1.1.3

1.1.2

22 Mar 17:10
2ff8df9
Compare
Choose a tag to compare

Full Changelog: 1.1.1...1.1.2

Increased pings to 15 to try to account for delays in Gerbil startup.

1.1.1

14 Mar 23:26
f4e17a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

10 Mar 03:45
623be5e
Compare
Choose a tag to compare

What's Changed

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

04 Mar 03:49
29543ae
Compare
Choose a tag to compare

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

30 Jan 15:47
f346b6c
Compare
Choose a tag to compare

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

21 Jan 02:17
5b42454
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-beta.3...1.0.0-beta.4

1.0.0-beta.3

16 Jan 03:42
79f8745
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-beta.2...1.0.0-beta.3