wg-ops/Readme.md
2021-07-30 18:51:31 +00:00

950 B

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 Import

On client-only nodes, run quick_create_client.sh and paste the Quick Import 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