Files
herolib/lib/clients/wireguard
Mahmoud-Emad f789564f51 feat: Add encoderhero and heroscript_dumps/loads
- Add encoderhero import to multiple modules
- Implement heroscript_dumps and heroscript_loads functions
- Update several methods to use `if mut` for cleaner optionals
- Rename rclone globals for clarity
2025-10-13 21:49:19 +03:00
..
2025-02-02 12:52:42 +02:00
2025-02-02 15:20:57 +02:00
2025-02-02 14:41:21 +02:00
...
2025-10-13 08:30:42 +04:00

wireguard

To get started



import incubaid.herolib.clients. wireguard

mut client:= wireguard.get()!

client...




example heroscript

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