[PR #214] [MERGED] 1.8.0-rc.0 #1275

Closed
opened 2026-04-22 01:03:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/newt/pull/214
Author: @oschwartz10612
Created: 12/22/2025
Status: Merged
Merged: 12/22/2025
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

10 files changed (+664 additions, -56 deletions)

View changed files

📝 Dockerfile (+1 -1)
📝 clients/clients.go (+24 -11)
📝 healthcheck/healthcheck.go (+9 -8)
📝 holepunch/holepunch.go (+46 -0)
📝 main.go (+7 -7)
📝 netstack2/handlers.go (+351 -0)
📝 netstack2/proxy.go (+105 -18)
📝 netstack2/tun.go (+14 -11)
udp_client.py (+49 -0)
udp_server.py (+58 -0)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

1.8.0-rc.0


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/newt/pull/214 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 12/22/2025 **Status:** ✅ Merged **Merged:** 12/22/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`44470ab`](https://github.com/fosrl/newt/commit/44470abd5457ba22b7cddf4fd434a2df79bfcdad) Print version before otel - [`0637360`](https://github.com/fosrl/newt/commit/0637360b31aa30976052d2546d4d9c293c3aa7ca) Fix healthcheck interval not resetting - [`004bb9b`](https://github.com/fosrl/newt/commit/004bb9b12ddc04269d18f1d6d2dd4bc5ccb11822) Allow proto restriction - [`dc180ab`](https://github.com/fosrl/newt/commit/dc180abba90343d2a05490410bb2f48b67602521) Add test udp server and client - [`5e7b970`](https://github.com/fosrl/newt/commit/5e7b9701158b32da624c605309973622d266fee6) Merge pull request #203 from fosrl/port-firewall - [`058330d`](https://github.com/fosrl/newt/commit/058330d41b37a7973ee14a73eda712fb01b56899) Icmp2 - [`55be2a5`](https://github.com/fosrl/newt/commit/55be2a52a55b585ec6e224325759a3b05743ff99) Handle reply correctly - [`6e9249e`](https://github.com/fosrl/newt/commit/6e9249e6645b8e78e5744990106481eba56e7ae3) Add disable icmp - [`5c5ef4c`](https://github.com/fosrl/newt/commit/5c5ef4c7e64d1cc26ba4983937d8e74d44d9ea43) Merge branch 'dev' into icmp2 - [`a9b84c8`](https://github.com/fosrl/newt/commit/a9b84c8c090f5ff112034ca6df4764fc544d9630) Disabling icmp ping ### 📊 Changes **10 files changed** (+664 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) 📝 `clients/clients.go` (+24 -11) 📝 `healthcheck/healthcheck.go` (+9 -8) 📝 `holepunch/holepunch.go` (+46 -0) 📝 `main.go` (+7 -7) 📝 `netstack2/handlers.go` (+351 -0) 📝 `netstack2/proxy.go` (+105 -18) 📝 `netstack2/tun.go` (+14 -11) ➕ `udp_client.py` (+49 -0) ➕ `udp_server.py` (+58 -0) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description 1.8.0-rc.0 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-22 01:03:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#1275