This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
Separate identity and network files #46
notassigned
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
@notassigned interesting idea! I'm not sure that I would want to completely split the configuration file in two by default but, I think an optional network file could totally be implemented to assist in larger deployments. So here's my proposal, we keep the config file the same but make the self address optional if an additional network file is defined along side the config. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm thinking we split a peer's identity into its own file and have a network file which is basically just a list of ip addrs -> peer IDs.
That way the same network definition file can be shared between them which would make configuration of larger networks easier.
e.g.
File: hs0.net
File: hs0.id
(note self address is removed from here)
Beta Was this translation helpful? Give feedback.
All reactions