Skip to content

Commit

Permalink
🕊
Browse files Browse the repository at this point in the history
🕊
  • Loading branch information
keyiflerolsun committed Aug 7, 2024
1 parent ab6d0f0 commit fecbb86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ Bir statik rota eklemek için `add_static_route` metodunu kullanabilirsiniz:
> Arayüz (interface) ismini doğru şekilde ayarladığınızdan emin olun. Arayüz isimlerini [.get_interface_names()](#arayüz-i̇simlerini-listeleme) fonksiyonunu kullanarak öğrenebilirsiniz.
```python
modem.add_static_route(comment="örnek.io", host="192.168.1.100", interface="Wireguard2")
modem.add_static_route(comment="example.com", host="192.168.1.100", interface="Wireguard2")
```

#### Statik Rota Silme:

Eklenmiş bir statik rotayı silmek için `del_static_route` metodunu kullanabilirsiniz:

```python
modem.del_static_route(comment="örnek.io", host="192.168.1.100", interface="Wireguard2")
modem.del_static_route(comment="example.com", host="192.168.1.100", interface="Wireguard2")
```

#### **kwargs Kullanımı ile Statik Rota Silme:
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.1",
version = "2.2",
url = "https://github.com/keyiflerolsun/KeeneticPy",
description = "Python Lib for Keenetic Routers",
keywords = ["KeeneticPy", "KekikAkademi", "keyiflerolsun"],
Expand Down

0 comments on commit fecbb86

Please sign in to comment.