From f8b4e5ccaf83efd97354bc7636f03a7a6b300536 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 3 Mar 2019 19:15:52 +0100 Subject: Config hosts --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.go b/config/config.go index b46b0e1..48fbff4 100644 --- a/config/config.go +++ b/config/config.go @@ -7,7 +7,7 @@ import ( ) type config struct { - Hostnames []string `json:"host"` + Hostnames []string `json:"hosts"` Port int `json:"port"` AllowLocalPath bool `json:"allow-local-path"` Auth bool `json:"auth"` -- cgit v1.2.3