mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
net/sstp-client: new package version 1.0.9
Signed-off-by: Federico Di Marco <fededim@gmail.com>
This commit is contained in:
@@ -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!' *
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user