wirebox icon indicating copy to clipboard operation
wirebox copied to clipboard

Dynamic WireGuard tunnel configuration.

Results 12 wirebox issues
Sort by recently updated
recently updated
newest added

It's unclear whether WGDCP refers to the protocol implemented by https://git.zx2c4.com/wg-dynamic/about/, or is a custom one (based on the usage of protobuf, I'm guessing it's a custom one). It might...

i want to try this, but idk how do it, what's command for intsall ,uninstall config and show etc?

Do so by default but allow to disable it.

server
client
protocol

I wish we could abandon IPv4 altogether, but we are not there yet.

enhancement
server
client
protocol

``` message Request { message CfgSolict { ... } one of req { CfgSolict cfgSolict = 1; } } message Reply { message Cfg { ... } message Nack {...

enhancement
protocol

Problematic to implement in isolated maner since it requires interaction with WireGuard implementation and system networking stack.

server
client