add configuration option for pubsub IPColocationWhitelist subnets

This commit is contained in:
vyzo
2021-03-06 20:05:32 +02:00
parent 667fffb302
commit 64646de761
2 changed files with 16 additions and 5 deletions
+4 -3
View File
@@ -114,9 +114,10 @@ type Libp2p struct {
}
type Pubsub struct {
Bootstrapper bool
DirectPeers []string
RemoteTracer string
Bootstrapper bool
DirectPeers []string
IPColocationWhitelist []string
RemoteTracer string
}
// // Full Node