Browse Source

Create README.md

Vova Tkach 6 years ago
parent
commit
c3cf1ec344
1 changed files with 12 additions and 0 deletions
  1. 12 0
      README.md

+ 12 - 0
README.md

@@ -0,0 +1,12 @@
+# bash-pptp-auto-reconnect
+Auto start/reconnect for vpn pptp
+
+```
+Location: /usr/local/bin/vpn
+Usage: vpn "ppp0" "10.0.0.1" "connection name"
+```
+
+```
+/etc/crontab
+* *	* * *	root	/usr/local/bin/vpn "ppp0" "10.0.0.1" "vpnconn" >/dev/null
+```