Skip to content

Commit

Permalink
Improve docs and fix allowed ips value (#7)
Browse files Browse the repository at this point in the history
* Fix allowed ips value

* Improve docs
  • Loading branch information
Naman1997 authored Sep 9, 2024
1 parent 8d3ab2d commit 143102b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ This approach solves a couple issues:

## What does this project do?

![Traffic flow across different networks](Traffic-Flow.svg)

You can read all the steps in the `ansible` and `scripts` directories, however overview of the steps is as follows:
- Checks for relevant binaries that are expected to be present on the host running the script
- Checks for access to a kubernetes cluster from the host running the script
Expand Down
4 changes: 4 additions & 0 deletions Traffic-Flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion templates/wireguard/wg0_proxy.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Address = 10.20.0.2/24

[Peer]
PublicKey = {{ public_key | trim }}
AllowedIPs = 0.0.0.0/0
AllowedIPs = 10.20.0.1/32
Endpoint = {{ duckdns_domain }}:{{ wireguard_port }}
PersistentKeepalive = 25

0 comments on commit 143102b

Please sign in to comment.