You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid scrapping on known IP and Ports it'd be convenient to randomize them.
Describe the solution you'd like
On setup the IP to bind and the Port should be configured under these ranges: "bindTo 127.x.y.z (with x,y,z each 1-254) with port between 5001 and 32767 (inclusive interval)"
Bindings to look for:
Fproxy's
FCP's
Additional context
These settings may be changed each start up.
The text was updated successfully, but these errors were encountered:
IP + Port should stay the same after installation so websites cannot just get lucky when trying only a single IP+Port. The FCP port should also be changed to a random value (same range as the PORT). There needs to be a way to communicate the IP+Ports to actual Freenet-using apps, otherwise this change requires a way to embed the Freenet starter into apps so those apps can still connect.
To avoid scrapping on known IP and Ports it'd be convenient to randomize them.
Describe the solution you'd like
On setup the IP to bind and the Port should be configured under these ranges: "bindTo 127.x.y.z (with x,y,z each 1-254) with port between 5001 and 32767 (inclusive interval)"
Bindings to look for:
Additional context
These settings may be changed each start up.
The text was updated successfully, but these errors were encountered: