Naive Install

prerequisite: you need a domain name first. installation commands: #go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest #~/go/bin/xcaddy build --with github.com/caddyserver/forwardproxy@caddy2=github.com/klzgrad/forwardproxy@naive config: create a file named Caddyfile { order forward_proxy before file_server } :443, domainname.com…

Continue ReadingNaive Install