How to get the IP:Port info of che client? #618
-
Sometime, I want to construct a new connection between two clients. |
Beta Was this translation helpful? Give feedback.
Answered by
essenciary
Jan 20, 2023
Replies: 1 comment 1 reply
-
@deahhh So there's this |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
deahhh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@deahhh So there's this
features_peerinfo
theConfiguration
module. It's disabled by default but if you enable it, inparams()
you'll get a new:peer
entry that should return this info. It's not a very commonly used and tested feature so please let me know how it works.