On Wed, Apr 11, 2001 at 10:01:00PM +1200, David McNab wrote: > > I really doubt it. AFAIK you can only put numerics in the allowed hosts > > param anyway. Can you verify that this would make a difference? > > I have verified this. > I couldn't get 0.3.8.1's gateway page launch up until I added 'localhost' to > allowedhosts. > > If the 'allowed hosts' only allows numerics, then why does the 'open > gateway' menu (and the hops tray icon double-click) do a shell execute of > the url http://localhost:8081 ??
Because localhost == 127.0.0.1 I'm surprised this problem is happening at all.. probably a result of a sloppy line of code somewhere. Internally everything should be done with numerics. However, if adding the string 'localhost' works, go ahead :) -- # tavin cole # # "The process of scientific discovery is, in effect, # a continual flight from wonder." # - Albert Einstein _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl >From devl-admin at freenetproject.org Wed Apr 11 10:37:09 2001 Return-Path: <devl-admin at freenetproject.org>
