Add podcast proxy support for Martin
[noxon-gateway.git] / data / config.php.dist
index 3294c49882eb91a6ad88519d8180f3e08d74fb8d..e5bdbc5ee9c9882b1d47018e806ced6442cc6e89 100644 (file)
@@ -21,4 +21,7 @@ $clientSupport = [
 
 //if this is set, transcode caching is activated
 $enableCache = false;
+
+//if this is true, podcast URLs are proxied
+$enablePodcastProxy = false;
 ?>