pi -hole Steuerung über REST API
This commit is contained in:
+8
-1
@@ -15,6 +15,14 @@
|
||||
"^/tasmota2": ""
|
||||
}
|
||||
},
|
||||
"/pihole": {
|
||||
"target": "http://10.0.0.60:8088",
|
||||
"secure": false,
|
||||
"changeOrigin": true,
|
||||
"pathRewrite": {
|
||||
"^/pihole": ""
|
||||
}
|
||||
},
|
||||
"/api": {
|
||||
"target": "http://directus.neugasse.lan",
|
||||
"secure": false,
|
||||
@@ -27,4 +35,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user