mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-03 19:11:29 +00:00
71965a0f3b
The websocket bootstrap node will be running on Heroku.
7 lines
170 B
Bash
Executable File
7 lines
170 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eux
|
|
|
|
/usr/local/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf --log-backend stdout
|
|
/usr/local/bin/websockify -l "0.0.0.0:$PORT" -t 127.0.0.1:33445
|