generated from nicolabelluti/template-ansible
15 lines
257 B
Markdown
15 lines
257 B
Markdown
# Wireguard CGNAT 🐉
|
|
|
|
> Circumvent CGNAT by using the power of Wireguard
|
|
|
|
# Requirements
|
|
|
|
To use this repository run:
|
|
|
|
```sh
|
|
git clone https://git.nicolabelluti.me/nicolabelluti/wg-cgnat
|
|
cd wg-cgnat
|
|
nix develop
|
|
ansible-playbook playbooks/wg_cgnat.yml
|
|
```
|