summarylogtreecommitdiffstats
path: root/redsocks.install
blob: 8a25df0a9ba35f515bdc0ceb4b232664dcb70702 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo 'To launch redsocks:'
  echo ''
  echo '1. Start an ssh tunnel on port 4711'
  echo '2. Start the redsocks and iptables daemons:'
  echo '3. Load the redsocks iptables rules:'
  echo ''
  echo '    iptables-restore /etc/iptables/redsocks.rules'
}