1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-24 16:23:47 +03:00

Add bitly link for public server

This commit is contained in:
Zack Scholl 2017-10-21 15:35:58 -06:00
parent dc23087dbc
commit ac31f61a50

View File

@ -181,7 +181,7 @@ func (c *Connection) runClient() error {
connection, err := net.Dial("tcp", c.Server+":"+port)
if err != nil {
if c.Server == "cowyo.com" {
fmt.Println("\nThe public server is down. Please tweet the webmaster: @yakczar")
fmt.Println("\nCheck http://bit.ly/croc-relay to see if the public server is down or contact the webmaster: @yakczar")
} else {
fmt.Printf("\nCould not connect to relay %s\n", c.Server)
}