Remove decorative dashes and fix two broken admonitions
This commit is contained in:
@@ -15,7 +15,6 @@ title: Wireguard 14
|
||||
::
|
||||
|
||||
## Introduction
|
||||
---
|
||||
Using a VPN allows remote access to a server’s local resources without exposing them to the internet. It’s a clean and secure way to access services like SSH without exposing the port publicly. With a VPN, you can securely connect to your network from anywhere and make devices on different networks communicate.
|
||||
|
||||
Here we will use [Wireguard](https://www.wireguard.com/), a secure and high-performance VPN server, using containers:
|
||||
@@ -48,7 +47,6 @@ You *can* allow VPN clients to share access to their local networks, but we won
|
||||
So only VPN-connected devices can communicate with each other on the VPN, not with other local devices outside the VPN.
|
||||
|
||||
## Server Side
|
||||
---
|
||||
::note
|
||||
📋 __Checklist:__
|
||||
|
||||
@@ -168,7 +166,6 @@ If it fails, check firewall rules.
|
||||
::
|
||||
|
||||
## On the Client Server
|
||||
---
|
||||
::note
|
||||
|
||||
Assumes the client is a Linux server with Docker installed
|
||||
@@ -248,7 +245,6 @@ Repeat for each client
|
||||
::
|
||||
|
||||
## Other Devices
|
||||
---
|
||||
|
||||
- **Phone:** Install Wireguard and scan the QR code from the web UI (`http://your-server-ip:51821`)
|
||||
- **PC:** Install the Wireguard client and import the config file
|
||||
|
||||
Reference in New Issue
Block a user