mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-29 05:40:02 +00:00
localhost localhost -> 127.0.0.1 for dev mode (ipv6)
This commit is contained in:
parent
c9a6e2560a
commit
7be65e79db
1 changed files with 1 additions and 1 deletions
2
tmate.h
2
tmate.h
|
|
@ -72,7 +72,7 @@ extern void tmate_decoder_commit(struct tmate_decoder *decoder, size_t len);
|
|||
/* tmate-ssh-client.c */
|
||||
|
||||
#ifdef DEVENV
|
||||
#define TMATE_HOST "localhost"
|
||||
#define TMATE_HOST "127.0.0.1"
|
||||
#define TMATE_PORT 2200
|
||||
#else
|
||||
#define TMATE_HOST "master.tmate.io"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue