mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-18 19:09:09 +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
|
||||
}
|
||||
|
@@ -83,3 +83,7 @@ func (r *Server) Close() error {
|
||||
err := errors.Join(wErr, uErr)
|
||||
return err
|
||||
}
|
||||
|
||||
func (r *Server) InstanceURL() string {
|
||||
return r.relay.instaceURL
|
||||
}
|
||||
|
Reference in New Issue
Block a user