Skip to content

Instantly share code, notes, and snippets.

View Tiger-Tom's full-sized avatar

Shae Tiger-Tom

  • United States, Earth, Sol, Local Bubble, Orion Arm, Milky Way, Local Group, Laniakea Supercluster
View GitHub Profile
@pr0way
pr0way / README.md
Last active January 31, 2024 09:49
Simple init script to up & down wireguard
  1. Go to /etc/init.d directory
  2. Create file with name "wireguard" and content below.
  3. Make file executable chmod +x wireguard
  4. Add to rc-update: rc-update add wireguard default
  5. That's it