Adjust message text for ErrAccessControlDialTargetHostNotAllowed
This commit is contained in:
@@ -26,8 +26,7 @@ import (
|
|||||||
// Errors
|
// Errors
|
||||||
var (
|
var (
|
||||||
ErrAccessControlDialTargetHostNotAllowed = errors.New(
|
ErrAccessControlDialTargetHostNotAllowed = errors.New(
|
||||||
"Refuse to connect to specified target host due to outgoing " +
|
"Unable to dial to the specified remote host due to restriction")
|
||||||
"restriction")
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// AllowedHosts contains a map of allowed remote hosts
|
// AllowedHosts contains a map of allowed remote hosts
|
||||||
|
|||||||
Reference in New Issue
Block a user