This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"crypto" | |
"crypto/ecdsa" | |
"crypto/elliptic" | |
"crypto/rand" | |
"fmt" | |
"log" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Alpine Linux Installation | |
# Port 8443 mapped to 443 | |
# Port 8080 mapped to 80 | |
apk add ca-certificates nano | |
mkdir /workspace | |
cd /workspace | |
wget https://github.com/mholt/caddy/releases/download/v0.11.2/caddy_v0.11.2_linux_amd64.tar.gz | |
tar -xvzf caddy_v0.11.2_linux_amd64.tar.gz | |
nano Caddyfile | |
https://lan.otbeaumont.me { |
NewerOlder