diff --git a/application/network/dial_ac.go b/application/network/dial_ac.go index b55411b..acae6ba 100644 --- a/application/network/dial_ac.go +++ b/application/network/dial_ac.go @@ -26,8 +26,7 @@ import ( // Errors var ( ErrAccessControlDialTargetHostNotAllowed = errors.New( - "Refuse to connect to specified target host due to outgoing " + - "restriction") + "Unable to dial to the specified remote host due to restriction") ) // AllowedHosts contains a map of allowed remote hosts