Initial commit

This commit is contained in:
m5r
2022-10-27 23:19:23 +02:00
commit 5d58353e99
7 changed files with 391 additions and 0 deletions

18
fly.toml Normal file
View File

@@ -0,0 +1,18 @@
app = "local-ip"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[env]
PORT = "53"
[experimental]
allowed_public_ports = []
auto_rollback = true
[[services]]
internal_port = 53
protocol = "udp"
[[services.ports]]
port = "53"