Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne00n committed Dec 6, 2024
1 parent 97e33e0 commit eb52524
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/amnezia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## amneziawg

This is currently untested however supported technically.

Install amneziawg with
```
bash /opt/wg-mesh/tools/amnezia.sh
```
To enable amneziawg connections run.<br>
```
#add amneziawg to linkTypes
wgmesh enable amneziawg
#To override the defaultLinkType, if you want to prefer amneziawg over normal wg.
wgmesh set defaultLinkType amneziawg
systemctl restart wgmesh
```

If the remote has amneziawg not in linkeTypes, default will be used.<br>
2 changes: 1 addition & 1 deletion docs/ipt_xor.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To enable ipt_xor connections run.<br>
```
#add ipt_xor to linkTypes
wgmesh ipt_xor wgobfs
#To override the defaultLinkType, if you want to prefer wgobfs over normal wg.
#To override the defaultLinkType, if you want to prefer ipt_xor over normal wg.
wgmesh set defaultLinkType ipt_xor
systemctl restart wgmesh
```
Expand Down

0 comments on commit eb52524

Please sign in to comment.