Skip to content

Commit

Permalink
edit post wg tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn888 committed Oct 19, 2024
1 parent 0a769d1 commit a02a766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/blog/selfhosted-wireguard-tunnel.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Here's a visual view of what we'll be setting up:

## The server

In our case we'll be running the wireguard server via docker as well. This may take up extra resources than running in bare metal, but I'm used to docker so much.
In our case we'll be running the wireguard server via docker as well. This may take up extra resources than running in bare metal, but I'm used to docker so much. In the example we will be forwarding port `5000`.

Here's the docker-compose.yml file:

Expand Down Expand Up @@ -116,7 +116,7 @@ Once that is added, bring up the service one more time. Now run `docker compose

## Client

Much of the client side config is based off of the above referenced blog post. But in my experience it needed additional IPTable route lines I will show below.
Much of the client side config is based off of the above referenced blog post. But in my experience it needed additional IPTables route lines I will show below.

Here's the docker compose:

Expand Down

0 comments on commit a02a766

Please sign in to comment.