Owen
3ba2156b52
Loosen up the ping intervals
...
Former-commit-id: b881808cae
2025-07-11 16:35:39 -07:00
Owen
8d61b9d628
Adjust logging
...
Former-commit-id: 53397663ef
2025-07-08 17:18:43 -07:00
Owen
0d060f4529
Adjust logging
...
Former-commit-id: e4bdbbec7c
2025-07-08 08:48:27 -07:00
Owen
0d4a5cfc17
Remove dup code
...
Former-commit-id: 07bd283604
2025-07-05 18:14:33 -07:00
Owen
5ce4455b99
Fix nil issues
...
Former-commit-id: b7d4ea0c84
2025-07-03 20:17:21 -07:00
Owen
465bf1bd37
Make linux clients build correctly
...
Former-commit-id: 61a9097baf
2025-07-03 10:09:55 -07:00
Owen
3d7e0c3abe
Comment out WIP clients flags
...
Former-commit-id: ec8fc20438
2025-06-30 09:49:27 -07:00
Owen
12b92cb45f
Merge branch 'dev' into clients-pops
...
Former-commit-id: 837f749cdb
2025-06-30 09:00:26 -07:00
Owen
0add2ec668
Merge branch 'add-healthcheck' of github.com:woutervanelten/newt into woutervanelten-add-healthcheck
2025-06-30 08:49:58 -07:00
Wouter van Elten
071a51afbc
Update main.go
...
synced with dev
2025-06-30 13:09:11 +02:00
Wouter van Elten
9db3b78373
Update main.go
...
fixed some errors,
This file should be ok.
2025-06-30 13:03:06 +02:00
Wouter van Elten
700287163e
Update main.go
2025-06-30 12:50:33 +02:00
Wouter van Elten
e357e7befb
Update main.go
...
Added cli and env function
2025-06-30 12:45:42 +02:00
Wouter van Elten
a76e6c9637
added healthy check in main.go
...
added healthy check in main.go
extended the ping check that creates a /tmp/healthy file if ping successfull and removes that file if ping failes 3 times.
With this you can add the following to the newt docker compose to do the health check:
healthcheck:
test: ["CMD-SHELL", "test -f /tmp/healthy"]
interval: 30s
timeout: 10s
retries: 3
2025-06-25 19:43:27 +02:00
Wouter van Elten
678d82fa68
added healthy check in main.go
...
extended the ping check that creates a /tmp/healthy file if ping successfull and removes that file if ping failes 3 times.
With this you can add the following to the newt docker compose to do the health check:
healthcheck:
test: ["CMD-SHELL", "test -f /tmp/healthy"]
interval: 30s
timeout: 10s
retries: 3
2025-06-25 19:30:05 +02:00
Owen
3fab3e3e20
Add way to stop initial ping
...
Former-commit-id: ac67df63fa
2025-06-22 12:50:55 -04:00
Owen
0090f78f15
Move updates
...
Former-commit-id: e642983b88
2025-06-22 12:10:00 -04:00
Owen
c12d73f975
Merge branch 'dev' into clients-pops
...
Former-commit-id: e2dd965654
2025-06-22 11:54:39 -04:00
Owen
5f14ff3a07
Resolve some basic comments
2025-06-22 11:38:43 -04:00
Owen
761e46d1b1
Failover is working?
...
Former-commit-id: ca3ffa00ed
2025-06-19 17:38:21 -04:00
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
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
Jonny Booker
7c971d278c
Revert the newt version placeholder text
2025-06-16 19:38:10 +01:00
Jonny Booker
6d9160ab5e
Simplified based on PR feedback and support checking use of "bridge" network
2025-06-14 01:26:11 +01: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
Jonny Booker
e26552a5d7
Small refinement to how the docker enforcement setting is applied
2025-06-10 21:25:27 +01:00
Jonny Booker
cbbd5b0c76
Add extra pre-condition check for enforcing docker network
2025-06-10 12:58:37 +01:00
Jonny Booker
e335bb8a1f
Rename added functions for docker client
2025-06-10 12:57:50 +01:00
Owen
d0f997a5d8
Resolve merge issues
...
Former-commit-id: a5f4d5fdf6
2025-06-09 22:26:31 -04:00
Owen
028144bb1a
Merge branch 'dev' into clients-pops
...
Former-commit-id: eaf812a2a7
2025-06-09 18:38:48 -04:00
Jonny Booker
a52260b49d
Add an enforce network validation flag for docker to not break previous functionality
2025-06-09 23:06:29 +01:00
Jonny Booker
a4d4976103
Update to use docker network checking against newt networking
2025-06-09 22:54:10 +01:00
Owen
5280c7ccda
Add newt version on startup
2025-06-05 22:40:39 -04:00
Owen
eb8a12f290
Make docker socket opt in
2025-06-05 22:34:17 -04:00
Rajesh V
4cf83f4cfc
docker socket
2025-05-29 20:41:28 +05:30
Owen
e0a5ea5a4e
Handle order of opertions of hole punch better
...
Former-commit-id: 175718a48e
2025-04-22 22:11:37 -04:00
Owen
0e4b638fb7
Add more sensible controls
...
Former-commit-id: 6a146ed371
2025-04-13 21:28:38 -04:00
Owen
b1edef2407
Remove redundant log message
...
Former-commit-id: 027d9a059f
2025-04-12 17:51:03 -04:00
Owen
6b0ca9cab5
Adjust wgtester to work with bpf
2025-04-03 21:59:16 -04:00
Owen Schwartz
e7c8dbc1c8
Merge pull request #26 from progressive-kiwi/feat-mtls-support
...
Feat: mTLS support
2025-04-02 21:23:17 -04:00
progressive-kiwi
d28e3ca5e8
feat/mtls-support-cert: doc update, removing config.Endpoint loading duplicates, handling null-pointer case and some logging
2025-04-02 21:00:09 +02:00