Increase consistency of path escaping and support IPv6 addresses instead of hostnames

This commit is contained in:
Henri
2021-04-06 21:43:58 +02:00
parent f77a8a28fe
commit 874089117b
5 changed files with 21 additions and 20 deletions

View File

@@ -11,7 +11,7 @@ import (
type TemplatePage struct {
// Global options
Options map[string]string
Servers []string
Servers map[string]string
// Parameters related to current request
AllServersLinkActive bool