Merge pull request #1900 from beefproject/update_ARE_rules

fiexed broken values
This commit is contained in:
jcrew99
2020-04-07 17:58:39 +10:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -14,8 +14,12 @@
"condition": "status==1",
"code": "var s=get_internal_ip_webrtc_mod_output.split('.');var start = s[0]+'.'+s[1]+'.'+s[2]+'.'+s[3]; var mod_input = start;",
"options": {
"ipHost":"<<mod_input>>"
#"port":"80,8080"
"ipHost":"<<mod_input>>",
"ports":"80,8080",
"closetimeout":"1100",
"opentimeout":"2500",
"delay":"600",
"debug":"false"
}
}
],

View File

@@ -14,12 +14,8 @@
"condition": "status==1",
"code": "var s=get_internal_ip_webrtc_mod_output.split('.');var start = s[0]+'.'+s[1]+'.'+s[2]+'.'+s[3]; var mod_input = start;",
"options": {
"ipRange":"<<mod_input>>",
"ports":"80,8080",
"threads":2,
"wait":2,
"timeout":20
#"port":"80,8080"
"ipHost":"192.168.1.10",
"ports":"80,8080"
}
}
],