584 Commits
Author SHA1 Message Date
Owen SchwartzandGitHub 4f54e27b22 Merge pull request #133 from fosrl/dev
1.18.2
1.8.2 v1.8.2
2026-08-03 15:50:07 -04:00
Owen 3542fee459 Dont rely on newt 2026-08-03 15:47:21 -04:00
Owen 60c7703f07 Merge branch 'main' into dev 2026-08-03 12:14:52 -04:00
Owen d8714df81f filter out magic packets in the middle device to prevent flapping 2026-08-03 12:14:43 -04:00
Owen 6faa3a0273 Attempt to fix disconnecting 2026-07-31 10:22:48 -04:00
Owen fbc4fb2827 Add a write deadline on the websocket 2026-07-31 09:45:31 -04:00
Owen SchwartzandGitHub 96e1d0f98c Merge pull request #131 from fosrl/dev
Prevent flapping on route optimizer
v1.8.1 1.8.1
2026-07-29 17:51:59 -04:00
Owen 29663cdb81 Prevent flapping on route optimizer 2026-07-29 17:13:59 -04:00
Owen SchwartzandGitHub 23597835d8 Merge pull request #130 from fosrl/dev
1.8.0
v1.8.0 1.8.0
2026-07-18 21:27:18 -04:00
Owen 8ef735185f Update go mod 2026-07-18 21:24:56 -04:00
Owen 99d249db2d add PreferLocalRoutes option 2026-07-18 17:28:56 -04:00
Owen 9c3c04c728 Match domains dns rename 2026-07-17 17:57:26 -04:00
Owen 39aaaafa17 Dont remove non controlled routes 2026-07-17 17:39:24 -04:00
Owen 3d88b321e8 Rapid test again when we fail local 2026-07-17 15:55:31 -04:00
Owen e1214e21cd Reflect local status in the api 2026-07-17 13:58:20 -04:00
Owen a2f0f64c2f Cancel local send from chainId 2026-07-16 11:29:55 -04:00
Owen 0e06fb0152 Rapid test the local endpoints as well 2026-07-16 11:11:02 -04:00
Owen 7929ce9cf9 Test local connections and choose those first 2026-07-16 10:57:42 -04:00
Owen 9513433c07 Add match domains config 2026-07-15 15:51:13 -04:00
Owen SchwartzandGitHub 1319354914 Merge pull request #128 from fosrl/dev
Pull system dns
v1.7.0 1.7.0
2026-07-07 20:46:49 -04:00
Owen b39be4f5b0 Update newt 2026-07-07 20:45:08 -04:00
Owen 929f183ed0 Improve linux to use networkmanager correctly 2026-07-07 20:38:06 -04:00
Owen 0cf5eb2ad0 Adjust darwin to use sysctl 2026-07-07 17:08:35 -04:00
Owen 1920f52699 Also check network manager on linux 2026-07-07 16:41:01 -04:00
Owen 7b07745650 Fix windows only pulling dhcp 2026-07-07 16:23:25 -04:00
Owen 1f301db892 Mod tidy 2026-07-07 15:49:51 -04:00
Owen 4c600bab15 Add some logging 2026-07-06 17:51:49 -04:00
Owen f356aed39b Add ios stub 2026-07-06 16:56:37 -04:00
Owen 7a88fac395 Test the dns server first then fall back 2026-07-06 16:08:10 -04:00
Owen efc012b43d Groundwork for monitoring and updating the dns 2026-06-25 20:21:25 -04:00
Owen SchwartzandGitHub 83678dedcb Merge pull request #127 from fosrl/dev
Update newt
v1.6.2 1.6.1
2026-06-25 06:49:55 -07:00
Owen e8e004e5e1 Update newt 2026-06-25 09:49:30 -04:00
Owen SchwartzandGitHub b08994e019 Merge pull request #126 from fosrl/dev
Handle remove on a per site level correctly
v1.6.1
2026-06-25 06:38:55 -07:00
Owen f87b804051 Merge branch 'main' into dev 2026-06-25 09:37:40 -04:00
Owen f02045d936 Aliases are by site 2026-06-24 18:36:07 -04:00
Owen 55377980b8 Dont remove alias if used by other peers 2026-06-24 16:42:29 -04:00
Owen SchwartzandGitHub 403e14327d Merge pull request #125 from fosrl/dev
1.6.0
v1.6.0 1.6.0
2026-06-10 11:19:52 -07:00
Owen 31f6d699a8 Add dns watchdog and override fixer 2026-06-09 21:17:13 -07:00
Owen 6e41eb99ab Merge branch 'main' into dev 2026-06-09 12:03:59 -07:00
Owen 12c1918e26 Include chainId for warning the user with an error 2026-06-09 12:03:50 -07:00
Owen 0d6503c03f Add comment 2026-06-09 12:03:50 -07:00
miloschwartz b789c9af75 update issue template 2026-05-25 21:41:23 -07:00
Owen SchwartzandGitHub 8cc854e313 Merge pull request #121 from fosrl/dev
Support JIT sync message
v1.5.2
2026-05-13 15:19:06 -07:00
Owen 2cd16e24a1 Handle jit peers with alias 2026-05-13 15:09:45 -07:00
Owen SchwartzandGitHub b6b35b4581 Merge pull request #120 from LaurenceJJones/investigate/106-handleWgPeerUpdate-alias-merge
fix(peers): merge Aliases in handleWgPeerUpdate
2026-05-11 10:12:56 -07:00
LaurenceandCursor 3f64336b0b peers: merge Aliases in handleWgPeerUpdate
WireGuard update-peer messages now copy Aliases from the payload into
the merged SiteConfig so UpdatePeer can refresh alias DNS records.

Fixes fosrl/olm#106

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-11 10:45:08 +01:00
Owen SchwartzandGitHub e94c13f601 Merge pull request #119 from fosrl/dev
Guard add peer with is registered`
v1.5.1
2026-05-06 22:08:22 -07:00
Owen fff806c53d Guard add peer with is registered` 2026-05-06 22:06:03 -07:00
Owen SchwartzandGitHub 84d7e8d926 Merge pull request #118 from fosrl/dev
Update newt
1.5.0
2026-04-27 20:13:48 -07:00
Owen fde70dd15b Update newt 2026-04-27 20:13:20 -07:00