Browse Source

do not depend on fastd_socket but on mesh-vpn

Karsten Böddeker 7 years ago
parent
commit
48086c506a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ext-respondd.py

+ 1 - 1
ext-respondd.py

@@ -336,7 +336,7 @@ def createNodeinfo():
         "vpn": False,
     }
 
-    if 'fastd_socket' in config:
+    if 'mesh-vpn' in config:
         j['fastd'] = {
             "version": call(['fastd','-v'])[0].split(' ')[1],
             "enabled": True,