Skip to content

Commit

Permalink
Use upstream pingparser
Browse files Browse the repository at this point in the history
  • Loading branch information
dimrozakis committed Jul 16, 2017
1 parent fbdf49e commit 19d8503
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 129 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
django
netaddr
ipython
ipython==5
https://github.com/ssteinerx/pingparser/archive/master.zip
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ apt-get install -yq --no-install-recommends \
python python-pip openvpn uwsgi uwsgi-plugin-python

pip install -U pip
pip install -U django netaddr ipython
pip install -r $DIR/vpn-proxy/requirements.txt

echo "VPN_SERVER_REMOTE_ADDRESS = \"$VPN_IP\"" > $DIR/vpn-proxy/conf.d/0000-vpn-ip.py
SOURCE_CIDRS=`echo "$SOURCE_CIDRS" | sed 's/ /", "/g'`
Expand Down
127 changes: 0 additions & 127 deletions vpn-proxy/app/pingparser.py

This file was deleted.

0 comments on commit 19d8503

Please sign in to comment.