Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lanmower/d700581f6fd895c7eaced819f7265c92 to your computer and use it in GitHub Desktop.
Save lanmower/d700581f6fd895c7eaced819f7265c92 to your computer and use it in GitHub Desktop.
{
"schema": [
{
"mode": "server",
"proto": "udp",
"port": "27005",
"host": "127.0.0.1",
"secret": "123"
},
{
"mode": "server",
"proto": "udp",
"port": "27015",
"host": "127.0.0.1",
"secret": "123"
},
{
"mode": "server",
"proto": "tcp",
"port": "27015",
"host": "127.0.0.1",
"secret": "123"
}
]
}
{
"schema": [
{
"mode": "client",
"proto": "udp",
"port": "27005",
"serverport": "27005",
"publicKey":"insertprivatekeyhere"
},
{
"mode": "client",
"proto": "udp",
"port": "27015",
"serverport": "27015",
"publicKey":"insertprivatekeyhere"
},
{
"mode": "client",
"proto": "tcp",
"port": "27015",
"serverport": "27015",
"publicKey":"insertprivatekeyhere"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment