summarylogtreecommitdiffstats
path: root/50-sstp.PROFILE.sh.sample
diff options
context:
space:
mode:
Diffstat (limited to '50-sstp.PROFILE.sh.sample')
-rwxr-xr-x50-sstp.PROFILE.sh.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/50-sstp.PROFILE.sh.sample b/50-sstp.PROFILE.sh.sample
new file mode 100755
index 000000000000..b92fb86b43d5
--- /dev/null
+++ b/50-sstp.PROFILE.sh.sample
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+echo "please replace this sample with normal script and rename to .sh (will not run otherwise)"
+#
+# if [ "$6" == "<profile name from sstp.options>" ]; then
+# ip route add 10.0.0.0/16 dev ppp0 # or whatever needed for routing
+# fi