Browse Source

Change multicast-address to new addres used for respondd-querys

Michael Schwarz 4 years ago
parent
commit
5988f4770f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ext-respondd.py

+ 1 - 1
ext-respondd.py

@@ -21,7 +21,7 @@ config = {
   'bridge': 'br-client',
   'batman': 'bat0',
   'port': 1001,
-  'addr': 'ff02::2:1001',
+  'addr': 'ff05::2:1001',
   'caching': 5,
   'rate_limit': 30,
   'rate_limit_burst': 10