diff --git a/src/Core/Enums/UriMatchType.cs b/src/Core/Enums/UriMatchType.cs index 12c5f4e714..5694372989 100644 --- a/src/Core/Enums/UriMatchType.cs +++ b/src/Core/Enums/UriMatchType.cs @@ -3,7 +3,7 @@ public enum UriMatchType : byte { Domain = 0, - FullHostname = 1, + Host = 1, StartsWith = 2, Exact = 3, RegularExpression = 4,