2023-09-07 20:02:07 +00:00
|
|
|
app = "englishm-moq-relay"
|
|
|
|
kill_signal = "SIGINT"
|
|
|
|
kill_timeout = 5
|
|
|
|
|
|
|
|
[env]
|
|
|
|
PORT = "4443"
|
|
|
|
|
|
|
|
[experimental]
|
2023-09-15 20:10:13 +00:00
|
|
|
cmd = "./fly-relay.sh"
|
2023-09-07 20:02:07 +00:00
|
|
|
|
|
|
|
[[services]]
|
|
|
|
internal_port = 4443
|
|
|
|
protocol = "udp"
|
|
|
|
[services.concurrency]
|
|
|
|
hard_limit = 25
|
|
|
|
soft_limit = 20
|
|
|
|
|
|
|
|
[[services.ports]]
|
|
|
|
port = "4443"
|