Zoltan Papp
408f423adc
[client] Disable pidfd check on Android 11 and below ( #4127 )
...
Disable pidfd check on Android 11 and below
On Android 11 (SDK <= 30) and earlier, pidfd-related system calls
are blocked by seccomp policies, causing SIGSYS crashes.
This change overrides `checkPidfdOnce` to return an error on
affected versions, preventing the use of unsupported pidfd features.
2025-07-09 22:16:08 +02:00
Viktor Liu
73ce746ba7
[misc] Rename CI client tests ( #3366 )
2025-02-21 19:07:43 +01:00
Maycon Santos
4c130a0291
Update Go version to 1.23 ( #2588 )
2024-09-12 13:46:28 +02:00
Maycon Santos
afb9673bc4
[misc] Update core github actions ( #2584 )
2024-09-11 21:49:05 +02:00
Maycon Santos
012e624296
Fix DNS not found query response ( #1877 )
...
for local queries, we should return NXDOMAIN instead of NOERROR
Also, updated gomobile for Android and iOS builds
2024-04-23 10:20:09 +02:00
Viktor Liu
4a1aee1ae0
Add routes and dns servers to status command ( #1680 )
...
* Add routes (client and server) to status command
* Add DNS servers to status output
2024-03-12 19:06:16 +01:00
Zoltan Papp
67a2127fd7
Add iOS build test ( #1412 )
...
* merge validate workflows into mobile
---------
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com >
2024-01-18 18:20:23 +01:00