Add shared_names config and port uptime tracking

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-31 12:06:59 -08:00
parent df0c999284
commit d1b4de01e8
5 changed files with 56 additions and 4 deletions

View File

@@ -8,7 +8,8 @@ import (
)
type Config struct {
Locations []*Location `yaml:"locations" json:"locations"`
Locations []*Location `yaml:"locations" json:"locations"`
SharedNames []string `yaml:"shared_names,omitempty" json:"shared_names,omitempty"`
}
type Location struct {