mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57: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())
|
log.Errorf("Invalid host address given: %s", hostIP.String())
|
||||||
} else {
|
} else {
|
||||||
localNode.SetFallbackIP(hostIP)
|
localNode.SetFallbackIP(hostIP)
|
||||||
|
localNode.SetStaticIP(hostIP)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dv5Cfg := discover.Config{
|
dv5Cfg := discover.Config{
|
||||||
|
Loading…
Reference in New Issue
Block a user