nobonobo / ssh-p2p

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

get https://signaling.arukascloud.io/stun no such host #5

Closed teguhteja closed 6 years ago

teguhteja commented 7 years ago

i found error while running in folder ssh-p2p go run main.go server -key="" -dial="127.0.0.1:22"

2017/08/01 11:26:11 Get https://signaling.arukascloud.io/stun: dial tcp: lookup signaling.arukascloud.io on 127.0.0.1:53 no such host

is it correct my command ? or the host is dead ? because i check in dnsdumpster there is no host

nobonobo commented 7 years ago

Sorry, arukascloud.io service is currently suspended. It is necessary to operate a SignalingServer in a place accessible from multiple peers.

SignalingServer implementation: https://github.com/nobonobo/p2pfw/tree/master/signaling/server

nobonobo commented 6 years ago

New signaling server deployed! default url fixed from signaling.arukascloud.io to signaling.irieda.com

nobonobo commented 6 years ago

7 updated signaling service change to https://nobo-signaling.appspot.com

signaling server implementation: https://github.com/nobonobo/ssh-p2p/tree/master/signaling/gae