Hello, I'm trying to access freenet from another computer on the same network. I've searched a lot for this problem. I keep reading that I should add these lines to freenet.ini:
mainport.bindAddress=* mainport.allowedHosts=127.0.0.1,192.168.1.0/24 I'm using the new 0.7 version. In my ini file, those lines don't exist. I can add them, but when the daemon restarts, the lines are removed. Are these not the correct lines to add?