Neptune-Crypto/neptune-core

Record and Display Own Public IP

Open

#36 opened on Aug 10, 2023

 (1 comment) (0 reactions) (0 assignees)Rust (45 forks)auto 404
help wantednetworkingquestion

Repository metrics

Stars
 (110 stars)
PR merge metrics
 (PR metrics pending)

Description

Nodes do not know their own public IP until they try to connect to them and discover that the instance ID is the same. At this point:

  • record the public IP in the networking state, wrapped in an option
  • display the public IP in the dashboard

Contributor guide