Skip to content

Commit

Permalink
πŸ•Š
Browse files Browse the repository at this point in the history
πŸ•Š
  • Loading branch information
keyiflerolsun committed Aug 8, 2024
1 parent 3ea5f1b commit 5102fba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions KeeneticPy/Keenetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ def add_route_with_domain(self, domain:str, interface:str="Wireguard2") -> bool:
else:
konsol.log(f"[red][!] {subnet} Β» {veri.get('comment')} Β» eklenemedi!")

return True

for ip in domain_data["ipler"]:
veri = {"comment": domain_data["domain"], "host": ip, "interface": interface}
if self.add_static_route(**veri):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
# ? Genel Bilgiler
name = "KeeneticPy",
version = "2.3",
version = "2.4",
url = "https://github.com/keyiflerolsun/KeeneticPy",
description = "Python Lib for Keenetic Routers",
keywords = ["KeeneticPy", "KekikAkademi", "keyiflerolsun"],
Expand Down

0 comments on commit 5102fba

Please sign in to comment.