From 9f79c30e33e8e2625c274c90482fddf259685b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20De=20Keersmaeker?= <francois.dekeersmaeker@uclouvain.be> Date: Sun, 27 Oct 2024 11:01:26 +0100 Subject: [PATCH] Updated local phone IP --- ip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip.py b/ip.py index 28cd726..efa156e 100644 --- a/ip.py +++ b/ip.py @@ -21,7 +21,7 @@ class ip(Protocol): "local": "192.168.0.0/16", "external": "!= 192.168.0.0/16", "gateway": "192.168.1.1", - "phone": "192.168.1.222", + "phone": "192.168.1.110", "broadcast": "255.255.255.255", "udp-broadcast": "192.168.1.255", "igmpv3": "224.0.0.22", -- GitLab