Skip to content

Instantly share code, notes, and snippets.

@winguse
Created March 7, 2018 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save winguse/50ced7ef6aa350501df2a212308f45e6 to your computer and use it in GitHub Desktop.
Save winguse/50ced7ef6aa350501df2a212308f45e6 to your computer and use it in GitHub Desktop.
install-wireguard-on-open-wrt.sh
opkg install wireguard bash coreutils-stat
mkdir /etc/wireguard
ln -s /proc/self/fd /dev/fd # fix /dev/fd/63 error: ... < (...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment