-
Notifications
You must be signed in to change notification settings - Fork 1
Implement lanscatter_proxy #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Proxy command (see "site-to-site distribution" on README) should be simple to implement:
- Create
proxynode.pyand add it as a endpoint insetup.py. - Add support for CLI options in
common.py - Import
peernodeandmasternodeinproxynode.py. Then launch both in separate asyncio tasks. - Customize log writer so it prepends "{PEER}" or "{MASTER}" depending on which process the log line came from.
- Add integration tests
- Add "proxy mode" in GUI settings page. It should enable both peer and master settings panes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request