Try to allow disabling ingress

This commit is contained in:
Alexandre
2023-02-06 20:12:18 +01:00
parent e7120a387b
commit 0e54bec144
4 changed files with 34 additions and 29 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Ingress is disabled!</title>
</head>
<body>
<p>
Ingress was disabled by the user. Please connect using ip:port or
re-enable in the addons options.
</p>
</body>
</html>