mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-09 15:25:20 +02:00
- add file based cert
- print out the exposed address - handle empty exposed address
This commit is contained in:
@ -107,3 +107,7 @@ func (r *Relay) handShake(conn net.Conn) ([]byte, error) {
|
||||
}
|
||||
return peerID, nil
|
||||
}
|
||||
|
||||
func (r *Relay) InstanceURL() string {
|
||||
return r.instaceURL
|
||||
}
|
||||
|
Reference in New Issue
Block a user