View Single Post
  #5  
Old 11-03-2012, 01:46 PM
Mossy Mossy is offline
Junior Member
 
Join Date: Oct 2012
Posts: 4
Mossy is on a distinguished road
Default

Re: Question: 4od, rtmpsuck, cookies and authentication


I have been doing the following, which I believe is a proper port redirect:

Code:
sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner root -j REDIRECT
Reply With Quote