Created
January 13, 2022 13:56
-
-
Save pandanote-info/86c46859b087053ac63cdcc65eb0f3fb to your computer and use it in GitHub Desktop.
ASUSのTUF-AX5400のシェルプロンプトからOpenVPNを起動するためのシェルスクリプト。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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