Skip to content

Instantly share code, notes, and snippets.

@pandanote-info
Created January 13, 2022 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pandanote-info/86c46859b087053ac63cdcc65eb0f3fb to your computer and use it in GitHub Desktop.
Save pandanote-info/86c46859b087053ac63cdcc65eb0f3fb to your computer and use it in GitHub Desktop.
ASUSのTUF-AX5400のシェルプロンプトからOpenVPNを起動するためのシェルスクリプト。
#!/bin/sh
modprobe tun
cd /jffs/openvpn/conf
nohup /usr/sbin/openvpn --config client.conf 2>&1 >/dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment