Skip to content

Commit

Permalink
move util to dns-addon-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Dec 20, 2024
1 parent 97d3967 commit 1478e22
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/failover.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def _is_reachable(ip: str, port: (str, int), ip_proto: str) -> bool:
name=var,
data=[],
version=proto_version,
as_set=False,
)
)
continue
Expand All @@ -72,7 +71,6 @@ def _is_reachable(ip: str, port: (str, int), ip_proto: str) -> bool:
name=var,
data=[values[idx]],
version=proto_version,
as_set=False,
)
)
vars_defined.append(proto_var)
Expand All @@ -85,7 +83,6 @@ def _is_reachable(ip: str, port: (str, int), ip_proto: str) -> bool:
data=[],
version=proto_version,
fallback=values[0],
as_set=False,
)
)

Expand Down

0 comments on commit 1478e22

Please sign in to comment.