-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I know right now that peering is supported within your own infrastructure. Would we be able to get peering activated to a centralized cloud server?
So, we could have internal organization servers peer to each other. Then they can set a primary server of their internal sync servers set to sync to a cloud server. That way they can sync internally, but also sync externally in order to allow other users to get their blocked hosts or pull-down ips that they don't have. Also, it would help to reduce the connections needed to push to the external sync server.
Current DenyHosts setup:
Host 1 -> sync.denyhosts.org
Host 2 -> sync.denyhosts.org
Host 3 -> sync.denyhosts.org
Proposed setup:
Host 1 -> internal.sync.host
Host 2 -> internal.sync.host
Host 3 -> internal.sync.host
Host 4 -> internal2.sync.host
Host 5 -> internal2.sync.host
Host 6 -> internal2.sync.host
internal.sync.host <-> internal2.sync.host (internal peering)
internal.sync.host <-> sync.denyhosts.org (external sync)