WireGuard Ops
Go to file
Kiritow 895db3a3b9 Major Update
Fix: generated stop.sh cannot be executed.
Add: restart script.
Add: use getpass for password input.
Add: Paste & Go: Exchange config with ease
2021-07-26 18:01:56 +08:00
.gitignore Major Update 2021-07-26 18:01:56 +08:00
create.sh Add PublicIP display. Fix generator 2021-07-13 15:16:10 +08:00
install.sh Move generated contents 2021-07-17 11:51:29 +00:00
LICENSE Update 2021-07-13 15:52:39 +08:00
Readme.md Update Readme.md 2021-07-16 16:43:32 +08:00
tool_common.py Major Update 2021-07-26 18:01:56 +08:00
tool_create.py Major Update 2021-07-26 18:01:56 +08:00
tool_generate.py Major Update 2021-07-26 18:01:56 +08:00

Wireguard Ops

A group of Interactive bash scripts for Wireguard over udp2raw-tunnel, with optional UDPSpeeder support.

Usage

  1. Run install.sh. (May require Super user permission)

  2. Run create.sh and fill in content interactively.

  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