Update documentation to point to github
This commit is contained in:
parent
7d611c05fd
commit
0de8960556
@ -15,12 +15,11 @@ fail2ban-p2p depends on the following packages:
|
|||||||
* python-m2crypt
|
* python-m2crypt
|
||||||
* python-argparse
|
* python-argparse
|
||||||
|
|
||||||
Installation from svn
|
Installation from git
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
To checkout the source code with svn use:
|
To checkout the source code from github:
|
||||||
* trunk: svn co https://svn.physik.uni-augsburg.de/svn/fail2ban-p2p/trunk or
|
* git clone https://github.com/mmunz/fail2ban-p2p.git
|
||||||
* tagged versions: https://svn.physik.uni-augsburg.de/svn/fail2ban-p2p/tags/$version
|
|
||||||
|
|
||||||
After the checkout change into the fail2ban directory and install fail2ban-p2p with
|
After the checkout change into the fail2ban directory and install fail2ban-p2p with
|
||||||
|
|
||||||
@ -29,8 +28,7 @@ After the checkout change into the fail2ban directory and install fail2ban-p2p w
|
|||||||
Installation from tarball
|
Installation from tarball
|
||||||
================================
|
================================
|
||||||
|
|
||||||
Download the latest release tarball from
|
Download the latest release tarball from `Download <download/>`_
|
||||||
https://svn.physik.uni-augsburg.de/projects/fail2ban-p2p/wiki/releases
|
|
||||||
and extract it. After changing into the fail2ban-p2p directory execute
|
and extract it. After changing into the fail2ban-p2p directory execute
|
||||||
|
|
||||||
# python setup.py install
|
# python setup.py install
|
||||||
@ -41,6 +39,6 @@ Modules will be installed to /usr/share/fail2ban-p2p/fail2ban-p2p.
|
|||||||
Installation on Debian based systems
|
Installation on Debian based systems
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
* Download the latest deb package from https://svn.physik.uni-augsburg.de/projects/fail2ban-p2p/wiki/releases
|
* Download the latest deb package `Download <download/>`_
|
||||||
* install depencies: apt-get install python-m2crypt python-argparse
|
* install depencies: apt-get install python-m2crypt python-argparse
|
||||||
* install fail2ban-p2p: dpkg -i fail2ban-p2p-<version>.deb
|
* install fail2ban-p2p: dpkg -i fail2ban-p2p-<version>.deb
|
||||||
|
@ -8,7 +8,7 @@ fail2ban-p2p is a programm that can be used together with
|
|||||||
attackers using a p2p/f2f network.** Like fail2ban it is written in
|
attackers using a p2p/f2f network.** Like fail2ban it is written in
|
||||||
python. fail2ban-p2p is in an **early stage of development**, please be
|
python. fail2ban-p2p is in an **early stage of development**, please be
|
||||||
prepared for bugs and if you find some, let us know (open a
|
prepared for bugs and if you find some, let us know (open a
|
||||||
`ticket <https://svn.physik.uni-augsburg.de/projects/fail2ban-p2p/newticket>`_).
|
`ticket <https://github.com/mmunz/fail2ban-p2p/issues>`_).
|
||||||
|
|
||||||
Every node in a fail2ban-p2p network is connected to at least one other node
|
Every node in a fail2ban-p2p network is connected to at least one other node
|
||||||
("friend"). When fail2ban detects an attacker it launches an action (e.g.
|
("friend"). When fail2ban detects an attacker it launches an action (e.g.
|
||||||
|
Loading…
Reference in New Issue
Block a user