mirror of
https://github.com/omgcast/WireGuard-Guide-On_Arch_Linux.git
synced 2025-05-12 09:28:31 +02:00
Update README.md
This commit is contained in:
parent
2a5fc21b03
commit
1b37beb68d
1 changed files with 12 additions and 4 deletions
14
README.md
14
README.md
|
@ -1,8 +1,8 @@
|
||||||
|
<!-- README.md -->
|
||||||
|
|
||||||
# WireGuard Setup Guide for Arch Linux
|
# WireGuard Setup Guide for Arch Linux
|
||||||
|
|
||||||
## Overview
|
This guide provides a streamlined, step-by-step process to set up a secure WireGuard VPN on Arch Linux. It ensures proper configuration of public and private keys to avoid common issues related to authentication and traffic routing.
|
||||||
|
|
||||||
This guide provides a streamlined, step-by-step process to set up a secure WireGuard VPN on Arch Linux. It also explains the common pitfalls to avoid, ensuring a smooth and functional VPN configuration.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
|
@ -38,6 +38,14 @@ This guide provides a streamlined, step-by-step process to set up a secure WireG
|
||||||
sudo pacman -S wireguard-tools
|
sudo pacman -S wireguard-tools
|
||||||
```
|
```
|
||||||
|
|
||||||
|
3. **Install Nano Editor (Optional but Recommended):**
|
||||||
|
|
||||||
|
Nano is a user-friendly text editor that simplifies editing configuration files.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo pacman -S nano
|
||||||
|
```
|
||||||
|
|
||||||
## Key Generation
|
## Key Generation
|
||||||
|
|
||||||
### On Server
|
### On Server
|
||||||
|
|
Loading…
Add table
Reference in a new issue