ssh-p2p icon indicating copy to clipboard operation
ssh-p2p copied to clipboard

Google services non-accessible from China

Open JiapengLi opened this issue 6 years ago • 1 comments

Cool Project! I try to use ssh-p2p from China, but Google services is non-accessible from China. Is it possible to use it without Google service. Do you have any suggestion? Thank you.

JiapengLi avatar Feb 12 '19 08:02 JiapengLi

Hi @JiapengLi, the google service you are referring to is the STUN server configured here: https://github.com/nobonobo/ssh-p2p/blob/9e5ef3cfd956a4fb496a804fb28b000aa5553b29/main.go#L41 You can try changing this to a STUN server that is available in your region. You can also set up your own STUN server. The Pion team has one available at pions/turn. Feel free to reach out if you need help setting it up.

backkem avatar Feb 12 '19 09:02 backkem