nym-vpn-client
nym-vpn-client copied to clipboard
The NymVPN client apps for desktop and mobile
To allow the UI to make sure it's in sync with the background daemon, append network info to the info response
Bumps [ru.kode:detekt-rules-compose](https://github.com/appKODE/detekt-rules-compose) from 1.3.0 to 1.4.0. Release notes Sourced from ru.kode:detekt-rules-compose's releases. v1.4.0 Merge ModifierParameterPosition rule into the ComposableParametersOrdering rule. After upgrading to the new version of this ruleset, ModifierParameterPosition...
Bumps [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) from 2.0.10 to 2.0.20. Release notes Sourced from org.jetbrains.kotlin.plugin.serialization's releases. Kotlin 2.0.20 Changelog Analysis. API New Features KT-68143 Analysis API: support KtWhenConditionInRange call resolution Performance Improvements KT-67195 K2:...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v6.0.0 Behaviour changes The default values for author and committer have changed. See "What's new"...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Update logs view to Figma design. Fix an issue where fileHandle is not found after removal of logs.
Add support for min-gateway-performance across all components in `nym-vpn-core`.
Extract out `nym-wg-gateway-client` into its own crate, as it's a mostly independent module - **Remove bare AddrParseError** - **Rename config to wireguard_config mod** - **Restrict pub -> pub(crate) across the...
1. go: Add netstack support to enable running WG over virtual tcp/ip stack 2. go: Add udp forwarder to be able to inject WireGuard into WireGuard. 3. go: Renamed tunnel...