chore: adding dns name servers and discv5 auto update nwaku configurations (#78)

This commit is contained in:
gabrielmer 2025-06-04 12:43:17 +02:00 committed by GitHub
parent aba0b96cfb
commit 7e114d44c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,4 +33,8 @@ type WakuConfig struct {
PeerExchangeNode string `json:"peerExchangeNode,omitempty"`
TcpPort int `json:"tcpPort,omitempty"`
RateLimits RateLimitsConfig `json:"rateLimits,omitempty"`
DnsDiscoveryNameServers []string `json:"dnsDiscoveryNameServers,omitempty"`
DnsAddrsNameServers []string `json:"dnsAddrsNameServers,omitempty"`
Discv5EnrAutoUpdate bool `json:"discv5EnrAutoUpdate,omitempty"`
MaxConnections int `json:"maxConnections,omitempty"`
}