From 6777e52d536868d8185304a36e360a014d6a3962 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 6 Sep 2022 12:18:47 -0400 Subject: [PATCH] "azuracast_port_range_prefix: 12" in default_vars.yml --- vars/default_vars.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 00bdc9767..045102f0d 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -381,11 +381,11 @@ azuracast_enabled: False # This var is currently IGNORED azuracast_http_port: 12080 azuracast_https_port: 12443 # -# AzuraCast needs many ports in the 8000:8100 range by default, but IIAB -# services conflict with those ports so this variable below sets a sane prefix. -# e.g. setting the below variable to 10 will result in port ranges 10000-10100 +# AzuraCast needs many ports in the 8000:8496 range by default, but IIAB +# services conflict, so this variable below sets a sane prefix. +# e.g. setting the below variable to 12 will result in port ranges 12000-12499 # being reserved for AzuraCast: -azuracast_port_range_prefix: 10 +azuracast_port_range_prefix: 12 # UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056 #dokuwiki_install: False