Files
herolib/lib/clients/wireguard/readme.md
Mahmoud Emad d803a49a85 feat: Add WireGuard client support
- Add a new WireGuard client to the project.
- Includes a factory, model, and basic client functionality.

Co-authored-by: mariobassem12 <mariobassem12@gmail.com>
2025-02-02 12:52:42 +02:00

258 B

wireguard

To get started



import freeflowuniverse.herolib.clients. wireguard

mut client:= wireguard.get()!

client...




example heroscript

!!wireguard.configure
    secret: '...'
    host: 'localhost'
    port: 8888