summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/config/v2/v2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/v2/v2.go b/internal/config/v2/v2.go
index 51f7a5f..4a7bd13 100644
--- a/internal/config/v2/v2.go
+++ b/internal/config/v2/v2.go
@@ -23,7 +23,7 @@ type Server struct {
// CountryCode is the country code for the server in case of secure internet
// Otherwise it is an empty string
- CountryCode string `json:"country_code"`
+ CountryCode string `json:"country_code,omitempty"`
}
// ServerKey is the key type of the server map