Preparing search index...
The search index is not available
IQRF Gateway Webapp JavaScript client - v0.3.0-beta.12
IQRF Gateway Webapp JavaScript client
Types
Network
WireGuardTunnelConfig
Interface WireGuardTunnelConfig
WireGuard tunnel configuration
interface
WireGuardTunnelConfig
{
ipv4
?:
WireGuardIpAddress
;
ipv6
?:
WireGuardIpAddress
;
name
:
string
;
peers
:
WireGuardPeer
[]
;
port
?:
number
;
privateKey
:
string
;
publicKey
?:
string
;
stack
?:
WireGuardIpStack
;
}
Index
Properties
ipv4?
ipv6?
name
peers
port?
private
Key
public
Key?
stack?
Properties
Optional
ipv4
ipv4
?:
WireGuardIpAddress
Optional
ipv6
ipv6
?:
WireGuardIpAddress
name
name
:
string
peers
peers
:
WireGuardPeer
[]
Optional
port
port
?:
number
private
Key
privateKey
:
string
Optional
public
Key
publicKey
?:
string
Optional
stack
stack
?:
WireGuardIpStack
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ipv4
ipv6
name
peers
port
private
Key
public
Key
stack
IQRF Gateway Webapp JavaScript client - v0.3.0-beta.12
Loading...
WireGuard tunnel configuration