Commit Graph
203 Commits
Author SHA1 Message Date
Owen bc4f453bae Send version
Former-commit-id: 6d3938e14e
2025-06-19 16:39:33 -04:00
Owen 4a97c35b81 Change terminate to reconnect
Former-commit-id: 37191924ee
2025-06-19 16:32:07 -04:00
Owen 5abf4611e5 Faster detection on ws side
Former-commit-id: a14f70dbaa
2025-06-19 16:30:31 -04:00
Owen 5e7906a354 Reorg and add timeout
Former-commit-id: bb1318278a
2025-06-19 15:59:21 -04:00
Owen 4338045b78 New tunnel reconnect works
Former-commit-id: 1c75eb3bee
2025-06-19 15:55:47 -04:00
Owen dfc5f2b253 Update ping check
Former-commit-id: 4b64b04603
2025-06-18 22:54:13 -04:00
miloschwartz 098f48d544 give preference to previously connected node
Former-commit-id: b397016da8
2025-06-18 15:57:15 -04:00
Owen d0ef069e9f Print ping latency better and add connect message
Former-commit-id: 850c230c4a
2025-06-17 15:22:35 -04:00
Owen 64b28627fa Add mtu to readme
Former-commit-id: c82b84194f
2025-06-17 10:23:43 -04:00
Owen 6e1740ff33 Tweak to call out when docker deployment
Former-commit-id: 50df49e556
2025-06-17 10:23:43 -04:00
Rob f269ba1060 Update README.md
added docker socket mount example

Former-commit-id: 5f9c041c6b
2025-06-17 10:23:43 -04:00
miloschwartz eada420dd0 add exit node name to logs
Former-commit-id: 95d4cb2758
2025-06-16 22:00:39 -04:00
miloschwartz 2eef0e3f33 adjust weight calculation
Former-commit-id: bbea9a91da
2025-06-16 15:54:46 -04:00
Owen 22b2dabdb6 Working on pining
Former-commit-id: 8d4d8b91b9
2025-06-13 16:15:49 -04:00
Owen b3c0134462 First pass at pinging
Former-commit-id: d0e220511a
2025-06-10 21:52:33 -04:00
Owen c28956c4a6 Merge branch 'dev' into clients-pops
Former-commit-id: 22f44c860a
2025-06-10 09:38:53 -04:00
Owen Schwartz 64aef4ff34 Merge pull request #64 from Lokowitz/update-dependabot
fix - dependabot
2025-06-10 09:36:59 -04:00
Owen Schwartz ef2cc34f02 Merge pull request #63 from Lokowitz/add-test-action
Add test action
2025-06-10 09:36:42 -04:00
Marvin 2e6ab2ba41 Update test.yml 2025-06-10 14:00:04 +02:00
Marvin e053eff879 Update Makefile 2025-06-10 13:27:24 +02:00
Marvin a2c22eff35 Update dependabot.yml 2025-06-10 13:24:14 +02:00
Marvin 52a8aabdb8 Update test.yml 2025-06-10 13:17:33 +02:00
Marvin 38b7f17e58 Update test.yml 2025-06-10 13:15:44 +02:00
Marvin 8941604f71 Update test.yml 2025-06-10 13:12:43 +02:00
Marvin 1820c8c019 Update test.yml 2025-06-10 13:10:48 +02:00
Marvin 1ecffab79a Update test.yml 2025-06-10 13:08:22 +02:00
Marvin 4ce2a656b8 Create test.yml 2025-06-10 13:07:08 +02:00
Owen d0f997a5d8 Resolve merge issues
Former-commit-id: a5f4d5fdf6
2025-06-09 22:26:31 -04:00
Owen 4f84f747ee Update go
Former-commit-id: ce6d340a8d
2025-06-09 22:24:49 -04:00
Owen 028144bb1a Merge branch 'dev' into clients-pops
Former-commit-id: eaf812a2a7
2025-06-09 18:38:48 -04:00
Owen Schwartz acab633da6 Merge pull request #57 from fosrl/dependabot/go_modules/prod-minor-updates-cb91bdc677
Bump golang.org/x/net from 0.40.0 to 0.41.0 in the prod-minor-updates group
2025-06-09 09:57:41 -04:00
dependabot[bot] 036e255b47 Bump golang.org/x/net in the prod-minor-updates group
Bumps the prod-minor-updates group with 1 update: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.40.0 to 0.41.0
- [Commits](https://github.com/golang/net/compare/v0.40.0...v0.41.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-09 13:56:53 +00:00
Owen Schwartz faffaad926 Merge pull request #58 from fosrl/dependabot/docker/patch-updates-23ac2ce0c4
Bump golang from 1.24.3-alpine to 1.24.4-alpine in the patch-updates group
2025-06-09 09:55:01 -04:00
dependabot[bot] 157bb98fd3 Bump golang in the patch-updates group
Bumps the patch-updates group with 1 update: golang.


Updates `golang` from 1.24.3-alpine to 1.24.4-alpine

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.24.4-alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-09 10:10:08 +00:00
Owen Schwartz 50b621f17c Merge pull request #60 from firecat53/main
Update Nix flake for 1.2.1
2025-06-06 10:45:44 -04:00
Scott Hansen 35d82ea15c Update flake.nix for 1.2.1 2025-06-06 07:36:48 -07:00
Scott Hansen 21f5aa906d Merge remote-tracking branch 'upstream/main' 2025-06-06 07:34:47 -07:00
Owen Schwartz 4a70af44bb Merge pull request #56 from fosrl/dev
Make Docker Socket Opt-In and Add Version Printout
1.2.1
2025-06-05 22:41:53 -04:00
Owen 5280c7ccda Add newt version on startup 2025-06-05 22:40:39 -04:00
Owen ef2f25ef98 Update readme 2025-06-05 22:36:42 -04:00
Owen eb8a12f290 Make docker socket opt in 2025-06-05 22:34:17 -04:00
Scott Hansen a937027838 Update flake.nix for 1.2.0 2025-06-05 14:16:06 -07:00
Scott Hansen f8653e245e Merge remote-tracking branch 'upstream/main' 2025-06-05 13:58:43 -07:00
Owen Schwartz c423f6692a Merge pull request #53 from fosrl/dev
Docker socket integration & Go Updates
1.2.0
2025-06-05 11:50:29 -04:00
Owen a9b96637b9 Merge branch 'main' into dev 2025-06-05 11:49:53 -04:00
Owen f566f599d6 Remove link 2025-06-05 11:44:35 -04:00
Owen 918a9bdb84 Cap 2025-06-05 11:42:30 -04:00
Owen 315b6f3721 Update readme about docker socket 2025-06-05 11:41:44 -04:00
Owen 37940444c1 Package updates 2025-06-04 17:28:06 -04:00
Owen Schwartz 4e9aa30686 Merge pull request #49 from fosrl/dependabot/go_modules/golang.org/x/net-0.38.0
Bump golang.org/x/net from 0.30.0 to 0.38.0
2025-06-02 22:08:59 -04:00