diff --git a/src/match/match.ts b/src/match/match.ts index 5f20edf..724c155 100644 --- a/src/match/match.ts +++ b/src/match/match.ts @@ -134,7 +134,7 @@ class Upstream implements Match { class Vidlox implements Match { name = 'Vidlox' id = 'vidlox' - reliability = Reliability.NORMAL + reliability = Reliability.LOW domains = [ 'vidlox.me' ]