/etc/wireguard/

From wikieduonline
Revision as of 12:53, 25 January 2024 by Welcome (talk | contribs)
Jump to navigation Jump to search
/etc/wireguard/
/etc/wireguard/wg0.conf

Client example configuration

[Interface]
Address = 10.0.0.2/32
PrivateKey = <contents-of-client-privatekey>
DNS = 1.1.1.1

[Peer]
PublicKey = <contents-of-server-publickey>
Endpoint = <server-public-ip>:51820
AllowedIPs = 0.0.0.0/0, ::/0


See also

Advertising: