Package com.wireguard.config
package com.wireguard.config
-
ClassDescriptionRepresents the contents of a wg-quick configuration file, made up of one or more "Interface" sections (combined together), and zero or more "Peer" sections (treated individually).Utility methods for creating instances of
InetAddress
.An external endpoint (host and port) used to connect to a WireGuardPeer
.An Internet network, denoted by its address and netmaskRepresents the configuration for a WireGuard interface (an [Interface] block).Represents the configuration for a WireGuard peer (a [Peer] block).