mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
Make IP Static for Public IPs (#5788)
* don't use endpoint predictor * Merge branch 'master' into staticIP * Merge refs/heads/master into staticIP
This commit is contained in:
@@ -64,6 +64,7 @@ func (s *Service) createListener(
|
||||
log.Errorf("Invalid host address given: %s", hostIP.String())
|
||||
} else {
|
||||
localNode.SetFallbackIP(hostIP)
|
||||
localNode.SetStaticIP(hostIP)
|
||||
}
|
||||
}
|
||||
dv5Cfg := discover.Config{
|
||||
|
||||
Reference in New Issue
Block a user