Исправлен установочный скрипт.
[setroute.git] / setup.sh
index 2561298e80bb40a89911e5ba00c2860b4f6a91dd..8b435160fe2d800002030f1d2c4c32424b3b7a7a 100644 (file)
--- a/setup.sh
+++ b/setup.sh
@@ -3,6 +3,6 @@ vpn_set=`grep vpn /etc/iproute2/rt_tables | wc -l`
 if [ $vpn_set = 0 ]; then
   echo "60   vpn" >> /etc/iproute2/rt_tables
 fi  
-apt-get -y install ipset
+apt-get -y install ipset python-dnspython
 cp -r usr/local/bin/* /usr/local/bin
 cp -r etc/* /etc
\ No newline at end of file