View Single Post
  #9  
Old 04-14-2011, 11:54 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Question

Re: How to use rtmpsrv in Windows


This procedure seems incomplete. where does it pushes the detected host to hosts file.

Code:
cd C:\Windows\System32\drivers\etc & sed s/#// hosts > tmp & mv tmp hosts
cd C:\Windows\System32\drivers\etc & sed "s/^/#/" hosts > tmp & mv tmp hosts
These two lines just comment and uncomment all hosts in the file.
Reply With Quote