Skip to content

Commit

Permalink
Update README: add AUR link and other
Browse files Browse the repository at this point in the history
  • Loading branch information
sorz committed Apr 10, 2017
1 parent 5640d27 commit 1396437
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Install from GitHub:
# pip install git+https://github.com/sorz/sstp-server.git


Arch Linux user may install
`sstp-server <https://aur.archlinux.org/packages/sstp-server/>`_
package from AUR.


Usage
-----

Expand All @@ -43,19 +48,20 @@ A example:
ms-dns 8.8.4.4

Start server:
::
.. code:: bash
# sstpd -p 443 -c cert.pem -k key.pem --local 10.0.0.1 --remote 10.0.0.0/24
sudo sstpd -p 443 -c cert.pem -k key.pem --local 10.0.0.1 --remote 10.0.0.0/24
Or:
::
.. code:: bash
# sstpd -f /path/to/sstpd-server.ini -s site1
sudo sstpd -f /path/to/sstpd-server.ini -s site1
Known Issues
------------

Not yet implement *Crypto Binding*. It may be vulnerable by MITM attack.
- Not implemented *Crypto Binding* yet. Potential MITM attack risk exists.
- High CPU usage, may not suitable for high thougthput applications.

License
-------
Expand Down

0 comments on commit 1396437

Please sign in to comment.