mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-24 12:27:18 +00: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:
parent
c590029e48
commit
5b134239e3
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user