@@ -41,7 +41,7 @@ var (
name = "Zoraxy"
version = "2.6.4"
nodeUUID = "generic"
- development = true //Set this to false to use embedded web fs
+ development = false //Set this to false to use embedded web fs
bootTime = time.Now().Unix()
/*
@@ -102,7 +102,7 @@ func startupSequence() {
*/
pathRuleHandler = pathrule.NewPathBlocker(&pathrule.Options{
- ConfigFolder: "./rules/pathblock",
+ ConfigFolder: "./rules/pathrules",
})
@@ -72,6 +72,7 @@
<i class="ui green checkmark icon"></i> Redirection Rules Added
</div>
<br><br>
+ <!--
<div class="advancezone ui basic segment">
<div class="ui accordion advanceSettings">
<div class="title">
@@ -84,15 +85,9 @@
+ -->
-
- <!-- Cache Rules -->
- <div class="ui bottom attached tab segment" data-tab="tab_pathcache">
- <p>Work In Progress</p>
- </div>
<script>
$(".advanceSettings").accordion();