WireGuard Ops
Go to file
2022-02-01 19:36:06 +00:00
.gitignore Add reload script 2021-07-31 08:30:32 +00:00
create.sh Rename files 2021-08-22 19:49:57 +00:00
generate.py fix: this 2022-02-01 19:36:06 +00:00
install_cn.sh fix: hash verify 2022-01-29 10:21:20 +00:00
install.sh fix: hash verify 2022-01-29 10:21:20 +00:00
LICENSE Update 2021-07-13 15:52:39 +08:00
Readme.md Fix generate error 2021-08-22 08:03:34 +00:00
w2u.c Fix recv problem 2021-08-18 19:37:09 +00:00

WireGuard Ops

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

Basic Usage

  1. Run install.sh. (May prompt sudo)

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

  3. Run the generated start.sh. (May prompt sudo)

Start as service: systemctl start wg-quick@wg0

Start service on system start-up: systemctl enable wg-quick@wg0

See wg-quick(8) for more information.

Quick Create

On client-only nodes, run quick_create_client.sh and paste the Quick Create String (starts with #QCS#) to setup quickly.

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

Reload script only reload wireguard configs. Changes made to tunnels will not work without restart.