View Single Post
  #37  
Old 06-10-2012, 03:52 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: rtmp-host.sh, RtmpExplorer alternative


Quote:
Originally Posted by IrenePappel
I've just noticed that my hosts file is empty since it was modified by rtmp-host.sh. Somehow it was not restored to the original state. Now a few of my registered applications are not registered anymore
I dont use my hosts file for such purposes. To fix this you could make a backup beforehand

Code:
$ cp hosts hosts-backup

$ printf "127.0.0.1 host.host.com" > hosts

$ cp hosts-backup hosts
Reply With Quote