nym-vpn-client icon indicating copy to clipboard operation
nym-vpn-client copied to clipboard

Extract out nym-wg-gateway-client crate

Open octol opened this issue 6 months ago • 0 comments

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 board
  • Make function private
  • Extract out nym-wg-gateway-client crate

octol avatar Aug 22 '24 13:08 octol