Increase consistency of path escaping and support IPv6 addresses instead of hostnames
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user