struct

Pared::NetworkManager::WireGuardSettings

Inherits Struct < Value < Object

Constructors

new(private_key : String, listen_port : UInt16 | Nil = nil, fwmark : UInt32 | Nil = nil, peers : Nil | Array(Pared::NetworkManager::WireGuardPeerSettings) = nil)
Source

Instance methods

fwmark
Source
fwmark=(fwmark : UInt32 | Nil)
Source
listen_port
Source
listen_port=(listen_port : UInt16 | Nil)
Source
peers
Source
peers=(peers : Array(WireGuardPeerSettings) | Nil)
Source
private_key
Source
private_key=(private_key : String)
Source