Support any golang net supported protocol

This commit is contained in:
Maximilian Friedersdorff 2025-06-17 22:06:56 +01:00
parent b9af31e2f5
commit cb6c12354a
3 changed files with 11 additions and 5 deletions

View file

@ -53,7 +53,8 @@ func (asset *Asset) FetchIfNotExists(staticPath string) {
}
type Config struct {
Port int
Address string
Protocol string
Extension string
NotesDir string
Templates struct {