summarylogtreecommitdiffstats
path: root/50-sstp.PROFILE.sh.sample
blob: b92fb86b43d5215528afc486ba376eb3459ef9f0 (plain)
1
2
3
4
5
6
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