- Add a new WireGuard client to the project. - Includes a factory, model, and basic client functionality. Co-authored-by: mariobassem12 <mariobassem12@gmail.com>
258 B
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