Difference between revisions of "/etc/wireguard/"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[/etc/]]wireguard | + | [[/etc/]]wireguard/ |
[[/etc/wireguard/wg0.conf]] | [[/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 == | == See also == | ||
* {{wg}} | * {{wg}} | ||
* {{WireGuard}} | * {{WireGuard}} | ||
− | |||
* [[Edge Security LLC]] | * [[Edge Security LLC]] | ||
− | |||
− | |||
[[Category:WireGuard]] | [[Category:WireGuard]] | ||
[[Category:Tunneling protocols]] | [[Category:Tunneling protocols]] | ||
[[Category:Virtual private networks]] | [[Category:Virtual private networks]] | ||
+ | [[Category:Security]] |
Latest revision as of 12:54, 25 January 2024
/etc/wireguard/ /etc/wireguard/wg0.conf
Client example configuration[edit]
[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[edit]
wg
,wg-quick
[up
| down | strip ],wg genkey
,wg show
- WireGuard,
wg
,wg-quick
, Curve25519,wireguard-tools
, Pritunl - Edge Security LLC
Advertising: