@ -175,9 +175,15 @@ namespace NzbDrone
bindings.Add(
new XElement("binding",
new XAttribute("protocol", "http"),
new XAttribute("bindingInformation", String.Format("*:{0}:", Config.Port))
new XAttribute("bindingInformation", String.Format("*:{0}:localhost", Config.Port))
));
configXml.Save(configPath);
}