3 Star 2 Fork 1

Gitee 极速下载 / serverless-dns

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/serverless-dns/serverless-dns
克隆/下载
fly.toml 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
app = ""
kill_signal = "SIGINT"
kill_timeout = "15s"
swap_size_mb = 152
[build]
dockerfile = "node.Dockerfile"
[experimental]
auto_rollback = true
[env]
CLOUD_PLATFORM = "fly"
BUN_ENV = "production"
DENO_ENV = "production"
NODE_ENV = "production"
LOG_LEVEL = "info"
# DNS over HTTPS
[[services]]
protocol = "tcp"
internal_port = 8080
auto_stop_machines = true
auto_start_machines = true
[[services.ports]]
# TODO: ProxyProto v2
port = 443
[[services.ports]]
port = 8080
[services.concurrency]
type = "connections"
hard_limit = 775
soft_limit = 600
[[services.tcp_checks]]
# super aggressive interval and timeout because
# health-check routing is handled by fly-proxy
# and it is cross-region
# community.fly.io/t/12997
interval = "5s"
timeout = "1s"
grace_period = "15s"
# restart_limit not used on appsv2
restart_limit = 0
# DNS over TLS
[[services]]
protocol = "tcp"
internal_port = 10000
auto_stop_machines = true
auto_start_machines = true
[[services.ports]]
# TODO: ProxyProto v2
port = 853
[[services.ports]]
port = 10000
[services.concurrency]
type = "connections"
hard_limit = 775
soft_limit = 600
[[services.tcp_checks]]
# super aggressive interval and timeout because
# health-check routing is handled by fly-proxy
# and it is cross-region
# community.fly.io/t/12997
interval = "5s"
timeout = "1s"
grace_period = "15s"
# restart_limit is unused in appsv2
restart_limit = 0
# community.fly.io/t/5490/3
[checks]
[checks.up]
# grace_period affects time taken for rolling deploys
grace_period = "15s"
interval = "15s"
method = "get"
path = "/check"
port = 8888
timeout = "2s"
type = "http"
JavaScript
1
https://gitee.com/mirrors/serverless-dns.git
git@gitee.com:mirrors/serverless-dns.git
mirrors
serverless-dns
serverless-dns
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891