Update Readme.md

This commit is contained in:
Kirigaya Kazuto 2021-07-16 16:38:55 +08:00 committed by GitHub
parent c928a8b568
commit f1ee98fbf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,3 +9,13 @@ Interactive setup scripts for [Wireguard](https://github.com/WireGuard/wireguard
2. Run `create.sh` and fill in content interactively. 2. Run `create.sh` and fill in content interactively.
3. Run the generated `start.sh`. (May require Super user permission) 3. Run the generated `start.sh`. (May require Super user permission)
## Notice
Make sure to setup firewall. UFW is recommended.
For a forwarding server, the following commands might be needed:
```
ufw route allow in on wg0 out on wg0
```