WireGuardPeersProp
0
0
495
454
-
Public key:
-
Required.
A base64 public key calculated by wg pubkey
from a private key, and usually transmitted
out of band to the author of the configuration file.
-
Allowed IPs:
-
Required.
A comma-separated list of IP (v4 or v6) addresses
with CIDR masks from which incoming traffic for
this peer is allowed and to which outgoing traffic
for this peer is directed. The catch-all 0.0.0.0/0
may be specified for matching all IPv4 addresses,
and ::/0 may be specified for matching all IPv6 addresses.
-
Endpoint address:
-
Optional.
An endpoint for the connection. Can be an
IPv4 address, IPv6 address, or FQDN (fully
qualified domain name such as abc.com). If
present, Endpoint port must also be set.
-
Endpoint port:
-
Optional.
The port number of an endpoint. If present Endpoint
Address must also be set.
-
Preshared key:
-
Optional.
A base64 preshared key generated by wg genpsk.
This option adds an additional layer of symmetric-key
cryptography to be mixed into the already existing
public-key cryptography, for post-quantum resistance.
-
Persistent keepalive:
-
Optional.
A seconds interval, between 1 and 65535 inclusive, of
how often to send an authenticated empty packet to
the peer for the purpose of keeping a stateful firewall
or NAT mapping valid persistently. For example, if the
interface very rarely sends traffic, but it might at
anytime receive traffic from a peer, and it is behind
NAT, the interface might benefit from having a
persistent keepalive interval of 25 seconds. If set to
0 or "off", this option is disabled. By default or
when unspecified, this option is off. Most users will not
need this.
PasswordField
QLineEdit