Skip to content
  • Thomas Haller's avatar
    cli/wireguard: add import functionality for WireGuard · a3a8583c
    Thomas Haller authored
    Support importing ".conf" files as `wg-quick up` supports it.
    
    `wg-quick` parses several options under "[Interface]" and
    passes the remainder to `wg setconf`.
    
    The PreUp/PreDown/PostUp/PostDown options are of course not supported.
    
    "Table" for the moment behaves different.
    a3a8583c