diff options
author | Rupan <fededim@gmail.com> | 2014-10-10 19:30:34 +0200 |
---|---|---|
committer | Rupan <fededim@gmail.com> | 2014-10-10 19:30:34 +0200 |
commit | 39a1f62bf226fd5d27797c82c628d170e3ab7c66 (patch) | |
tree | 530b4981498631e83ffbaecdebb8faf6bf9dfe94 /net/sstp-client/files | |
parent | c76d4cc8d55d559c2d7082962661e77008586c05 (diff) |
net/sstp-client: new package version 1.0.9
Signed-off-by: Federico Di Marco <fededim@gmail.com>
Diffstat (limited to 'net/sstp-client/files')
-rw-r--r-- | net/sstp-client/files/etc/ppp/chap-secrets | 4 | ||||
-rw-r--r-- | net/sstp-client/files/etc/ppp/peers/peer-sstp-example-nopty.txt | 14 | ||||
-rw-r--r-- | net/sstp-client/files/etc/ppp/peers/peer-sstp-example.txt | 15 |
3 files changed, 33 insertions, 0 deletions
diff --git a/net/sstp-client/files/etc/ppp/chap-secrets b/net/sstp-client/files/etc/ppp/chap-secrets new file mode 100644 index 000000000..3b937685f --- /dev/null +++ b/net/sstp-client/files/etc/ppp/chap-secrets @@ -0,0 +1,4 @@ +# Secrets for authentication using CHAP +# client (domain\\username) server secret (password) acceptable local IP addresses +# SSTP-TEST\\JonDoe sstp-test 'testme1234!' * + diff --git a/net/sstp-client/files/etc/ppp/peers/peer-sstp-example-nopty.txt b/net/sstp-client/files/etc/ppp/peers/peer-sstp-example-nopty.txt new file mode 100644 index 000000000..0149220d2 --- /dev/null +++ b/net/sstp-client/files/etc/ppp/peers/peer-sstp-example-nopty.txt @@ -0,0 +1,14 @@ +remotename sstp-test +linkname sstp-test +ipparam sstp-test +name SSTP-TEST\\jdoe +plugin sstp-pppd-plugin.so +sstp-sock /tmp/sstp-uds-sock +usepeerdns +require-mppe +noauth +refuse-eap +debug + +# adopt defaults from the pptp-linux package +file /etc/ppp/options.pptp diff --git a/net/sstp-client/files/etc/ppp/peers/peer-sstp-example.txt b/net/sstp-client/files/etc/ppp/peers/peer-sstp-example.txt new file mode 100644 index 000000000..e96e18879 --- /dev/null +++ b/net/sstp-client/files/etc/ppp/peers/peer-sstp-example.txt @@ -0,0 +1,15 @@ +remotename sstp-test +linkname sstp-test +ipparam sstp-test +pty "sstpc --server n3zz-dc1.sstp-test.net --nolaunchpppd " +name SSTP-TEST\\jdoe +plugin sstp-pppd-plugin.so +sstp-sock /tmp/sstpc-uds-sock +usepeerdns +require-mppe +refuse-eap +noauth +debug + +# adopt defaults from the pptp-linux package +file /etc/ppp/options.pptp |