mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08: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
|