Skip to content

upnl/Caddyfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Caddyfile

# 32bit
DOWNLOAD_URL='https://caddyserver.com/download/linux/386?plugins=tls.dns.cloudflare&license=personal&telemetry=off'
# 64bit
DOWNLOAD_URL='https://caddyserver.com/download/linux/amd64?plugins=tls.dns.cloudflare&license=personal&telemetry=off'

rm -f /usr/local/bin/caddy
curl "$DOWNLOAD_URL" | tar -zxf - -C /usr/local/bin caddy
setcap cap_net_bind_service=+ep /usr/local/bin/caddy
Reference

Releases

No releases published

Packages

No packages published