Commit Graph
321 Commits
Author SHA1 Message Date
Owen 8306084354 SSH not ready 2025-07-28 12:02:09 -07:00
Owen 02c1e2b7d0 Compute kind of works now!? 2025-07-28 12:02:09 -07:00
Owen ae7e2a1055 Clean up operation 2025-07-28 12:02:09 -07:00
Owen Schwartz 88f1335cff Merge pull request #93 from Lokowitz/sync-go-version
Sync go version
2025-07-28 11:59:10 -07:00
Owen 8bf9c9795b Netstack working 2025-07-27 10:25:34 -07:00
Marvin 5d343cd420 modified: go.mod
modified:   go.sum
2025-07-26 13:25:52 +00:00
Marvin d1473b7e22 go.mod aktualisieren 2025-07-26 10:32:20 +02:00
Marvin 2efbd7dd6a Dockerfile aktualisieren 2025-07-26 10:31:53 +02:00
Marvin 82a3a39a1f .go-version aktualisieren 2025-07-26 10:31:35 +02:00
Marvin df09193834 cicd.yml aktualisieren 2025-07-26 10:31:20 +02:00
Marvin b2fe4e3b03 test.yml aktualisieren 2025-07-26 10:31:05 +02:00
Owen e14d53087f Starting to work on option 2025-07-25 16:16:33 -07:00
Owen 3583270f73 Adding option for netstack 2025-07-25 16:16:00 -07:00
Owen f5be05c55a Add flag 2025-07-25 16:14:25 -07:00
Owen d09e3fbd60 Proxies working 2025-07-25 16:10:53 -07:00
Owen 493831b5f0 Pm working 2025-07-25 13:09:11 -07:00
Owen 9fc692c090 Proxy working? 2025-07-25 12:00:09 -07:00
Owen ccb7008579 Just hp like olm 2025-07-25 11:42:36 -07:00
Owen f17dbe1fef Use normal udp 2025-07-25 11:05:24 -07:00
Owen 27561f52ca Dont restart netstack 2025-07-25 11:01:54 -07:00
Owen 499ebcd928 Maybe its working? 2025-07-25 10:59:34 -07:00
Owen 40dfab31a5 Maybe basic func 2025-07-25 10:50:02 -07:00
Owen 56377ec87e Exit well 2025-07-24 20:46:33 -07:00
Owen 008be54c55 Add get config 2025-07-24 12:40:14 -07:00
Owen 64c22a94a4 Log to file optionally and update config locations 2025-07-24 12:01:53 -07:00
Owen c8c4666d63 Change rm to keep 2025-07-22 11:36:31 -07:00
Owen f1fcc13e66 Holepunch to the right endpoint 2025-07-21 17:04:05 -07:00
Owen 510e78437c Add client type 2025-07-18 16:55:38 -07:00
Owen e14cffce1c Merge branch 'main' into clients-fr 2025-07-18 16:53:27 -07:00
Owen 629a92ee81 Make client work for olm 2025-07-18 16:53:13 -07:00
Owen 56df75544d Adjust logging 2025-07-18 16:52:59 -07:00
Owen 5b2e743470 Remove defers causing bad file descriptor issues 2025-07-18 15:49:57 -07:00
Owen b5025c142f Working on it 2025-07-18 15:25:39 -07:00
Owen cd86e6b6de Dont ping if there is just 1 2025-07-17 15:01:02 -07:00
Owen 230c34e4e0 Make sure to only exclude if there is anouther 2025-07-16 21:15:03 -07:00
Owen a038ce1458 Move docker messages to debug for #86 2025-07-14 10:16:06 -07:00
Owen Schwartz cd83efd365 Merge pull request #85 from firecat53/main
Update flake to 1.3.2
2025-07-13 19:47:06 -07:00
Scott Hansen 702f39e870 Update flake to 1.3.2 2025-07-13 18:47:20 -07:00
Owen Schwartz 02b7ea51af Merge pull request #84 from fosrl/dev
Ping improvements, dependabot, hostname in docker
2025-07-13 16:26:11 -07:00
Owen e8421364fc Merge branch 'woutervanelten-patch-2' into dev 2025-07-13 16:12:42 -07:00
Owen 7264bb7001 Merge branch 'patch-2' of github.com:woutervanelten/newt into woutervanelten-patch-2 2025-07-13 16:10:23 -07:00
Owen 86e262ac1e Merge branch 'main' into dev 2025-07-13 16:10:02 -07:00
Owen Schwartz dcacc03e96 Merge pull request #81 from fosrl/dependabot/go_modules/prod-patch-updates-f7fa3bf88c
Bump github.com/vishvananda/netlink from 1.3.0 to 1.3.1 in the prod-patch-updates group
2025-07-13 16:09:48 -07:00
Owen 6f4469a5a4 Merge branch 'woutervanelten-patch-5' into dev 2025-07-13 16:09:33 -07:00
Owen 663e28329b Fix typo with _ 2025-07-13 16:08:32 -07:00
Owen f513f97fc3 Working on better ping 2025-07-13 16:07:46 -07:00
dependabot[bot] ce4f3e4cdf Bump github.com/vishvananda/netlink in the prod-patch-updates group
Bumps the prod-patch-updates group with 1 update: [github.com/vishvananda/netlink](https://github.com/vishvananda/netlink).


Updates `github.com/vishvananda/netlink` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/vishvananda/netlink/releases)
- [Commits](https://github.com/vishvananda/netlink/compare/v1.3.0...v1.3.1)

---
updated-dependencies:
- dependency-name: github.com/vishvananda/netlink
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-13 23:07:14 +00:00
Owen 58a74fce6f Merge branch 'patch-5' of github.com:woutervanelten/newt into woutervanelten-patch-5 2025-07-13 16:06:54 -07:00
Owen Schwartz fc965abbc4 Merge pull request #82 from fosrl/dependabot/go_modules/prod-minor-updates-d992c0ea53
Bump the prod-minor-updates group with 2 updates
2025-07-13 16:05:52 -07:00
Owen b881808cae Loosen up the ping intervals 2025-07-11 16:35:39 -07:00