WireGuard Ops
Go to file
2021-07-30 18:32:26 +00:00
.gitignore Minor fix 2021-07-27 00:14:13 +00:00
create.sh Add Quick Connect (Paste & Go) 2021-07-26 21:32:23 +08:00
install_cn.sh Make full use of wg-quick 2021-07-30 18:32:26 +00:00
install.sh Make full use of wg-quick 2021-07-30 18:32:26 +00:00
LICENSE Update 2021-07-13 15:52:39 +08:00
quick_create_client.sh Fix permission issue. 2021-07-26 23:44:35 +00:00
Readme.md Make full use of wg-quick 2021-07-30 18:32:26 +00:00
tool_common.py Add Quick Connect (Paste & Go) 2021-07-26 21:32:23 +08:00
tool_create.py Speeder changed to not enable by default 2021-07-30 16:41:45 +00:00
tool_generate.py Make full use of wg-quick 2021-07-30 18:32:26 +00:00
tool_quick_client.py Fix permission issue. 2021-07-26 23:44:35 +00: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)

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.

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