mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Add bitly link for public server
This commit is contained in:
parent
dc23087dbc
commit
ac31f61a50
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue