nobonobo / ssh-p2p

ssh p2p tunneling server and client
MIT License
243 stars 40 forks source link

Google services non-accessible from China #9

Open JiapengLi opened 5 years ago

JiapengLi commented 5 years ago

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.

backkem commented 5 years ago

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.