0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02: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) connection, err := net.Dial("tcp", c.Server+":"+port)
if err != nil { if err != nil {
if c.Server == "cowyo.com" { 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 { } else {
fmt.Printf("\nCould not connect to relay %s\n", c.Server) fmt.Printf("\nCould not connect to relay %s\n", c.Server)
} }