mirror of
https://github.com/pi-hole/FTL.git
synced 2025-12-24 08:58:27 +00:00
Change default webport to 80
Signed-off-by: Christian König <ckoenig@posteo.de> Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -20,7 +20,7 @@ if __name__ == "__main__":
|
||||
exit(1)
|
||||
|
||||
# Get endpoints from FTL
|
||||
ftl = FTLAPI("http://127.0.0.1:8080", "ABC")
|
||||
ftl = FTLAPI("http://127.0.0.1", "ABC")
|
||||
ftl.get_endpoints()
|
||||
|
||||
errs = [0, 0, 0]
|
||||
|
||||
Reference in New Issue
Block a user