variable iface socks5 server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
RegelaSocks5-proxyserver/proxy-server.sh

9 lines
262 B

#!/bin/bash
# in /usr/local/bin/proxy-server.sh
# cd /vz/hostdata/proxy
userfile=users.list
logfile=logs/proxy-server_$(date "+%F_%s").log
# cd /usr/local/bin/
/vz/hostdata/go/bin/RegelaSocks5-proxyserver -port "$1" -users $userfile -iface "$2" # &>> $logfile