package main type appConfig struct { Domain string RootCertificate []byte RootKey []byte ListenHTTP uintptr ListenHTTPS uintptr ListenProxy uintptr HTTP2 bool RedirectHTTP bool }