macproxy classic uses port 5001

This commit is contained in:
Daniel Markstedt
2025-11-24 01:08:43 +01:00
parent 8d26537afb
commit a152252a9e
+1 -1
View File
@@ -176,7 +176,7 @@
{% endif %}
{% if macproxy_configured %}
<li class="service-item enabled">
{{ _("Vintage web proxy is running at %(ip_addr)s (default port 5000)", ip_addr=env['ip_addr']) }}
{{ _("Vintage web proxy is running at %(ip_addr)s (default port 5001)", ip_addr=env['ip_addr']) }}
{% else %}
<li class="service-item disabled">
{{ _("Vintage web proxy is disabled.") }}