mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
add default ipv6 relay
This commit is contained in:
parent
0533f0c96e
commit
695444159e
1 changed files with 1 additions and 0 deletions
|
@ -5,3 +5,4 @@ const TCP_BUFFER_SIZE = 1024 * 64
|
|||
|
||||
// DEFAULT_RELAY is the default relay used (can be set using --relay)
|
||||
const DEFAULT_RELAY = "142.93.177.120:9009"
|
||||
const DEFAULT_RELAY6 = "[2604:a880:800:c1::14c:1]:9009"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue