constant IP adress across all network. #163
Replies: 2 comments 2 replies
-
|
@b8kings0ga Hi, If you orchestrate it from a single script or something, you can modify config file and list each peer and IP address that you want. But in order to modify config you need to first stop the server and do it manually, unfortunately. If this approach is good enough, I can implement an HTTP API/CLI to allow to modify it without restarting the server and more scriptable. But in the big picture I was thinking about having a "group" of peers that can easily have the same set of peers (to allow to connect to each other) and to have a feature to easily add a peer to this group from any peer of the group |
Beta Was this translation helpful? Give feedback.
-
That definitely helps a lot! I was also thinking about adding a flag like
It sounds like scalability might be a challenge here? For that, I was considering an agent that can “gossip” the new peer information to other known peers with some kind of "auto upgrade" method based on number of peers to solve scalability issue in some way |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Noob here, I'm thinking of a way to createa p2p network but each instance will have a unique routeble IP, can't use DNS since the requirement using ip to route, are there any way I can get around it while using awl?
Beta Was this translation helpful? Give feedback.
All reactions