Secure Socket Tunneling Protocol (SSTP) VPN server.
Project description
A Secure Socket Tunneling Protocol (SSTP) server implemented by Python/Twisted.
Requirements
Python 2.7
pppd
Install
Install from PyPI:
# pip install sstp-server
Install from GitHub:
$ wget https://github.com/sorz/sstp-server/archive/master.zip $ unzip master $ cd sstp-server-master # ./setup.py install
Usage
Create pppd configure file /etc/ppp/options.sstpd,
A example:
name sstpd require-mschap-v2 nologfd nodefaultroute ms-dns 8.8.8.8 ms-dns 8.8.4.4
Start server:
# sstpd -p 443 -c cert.pem --local 10.0.0.1 --remote 10.0.0.0/24
Known Issues
Not yet implement Crypto Binding. It may be vulnerable by MITM attack.
License
The MIT License (MIT)
Copyright (c) 2014-2015 Sorz
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sstp-server-0.3.2.tar.gz
(9.9 kB
view details)
File details
Details for the file sstp-server-0.3.2.tar.gz.
File metadata
- Download URL: sstp-server-0.3.2.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e8e4bf91f43506a7aa0dab40e0371709240e851cd27fc7135bb19614fe3952a
|
|
| MD5 |
6ce9f33f2d306e8e3e893b6e6424ef30
|
|
| BLAKE2b-256 |
3f5e56b2ca33ef35aa7dd02e5898e9d318a0f3180dfbb24062d40b190ce0dab0
|