From 80f8e7ecc663ca85e7dab7d4e60c8c6113bc4e9d Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 1 Feb 2024 20:20:20 +0100 Subject: stackin --- src/c_parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c_parse.go') diff --git a/src/c_parse.go b/src/c_parse.go index 3f71f99..4bb70dd 100644 --- a/src/c_parse.go +++ b/src/c_parse.go @@ -115,7 +115,7 @@ func c_read_yaml_file(file string, ui *HardUI) (*HostNode, error) { if host.Height == 0 { host.Height = 1200 } - } else if host.Protocol > 1 { + } else if host.Protocol > 3 { return nil, errors.New(file + ": unknown protocol") } if host.Quality > 2 { -- cgit v1.2.3