Merge branch 'main' into fix/ice-handshake

This commit is contained in:
Zoltán Papp
2025-08-13 10:47:54 +02:00
119 changed files with 2002 additions and 1176 deletions

View File

@@ -140,7 +140,7 @@ type RosenpassState struct {
// whether it's enabled, and the last error message encountered during probing.
type NSGroupState struct {
ID string
Servers []string
Servers []netip.AddrPort
Domains []string
Enabled bool
Error error