Elmar Hoffmann
Elmar Hoffmann
On a Google Pixel XL,Android 8.0.0 Oreo, rooted "systemless sbin" SuperSU 2.82-SR3-20170813133244 and suhide 1.08-20170815171034. busybox 1.27.2-meefik installed in /sbin, droid vnc claims the device was not rooted. [Root Checker](https://play.google.com/store/apps/details?id=com.clivin.rootchecker&hl=en)...
This adds support to show host and service groups to the geomap module, similar to what the dynmap module supports.
Given the minimal example ``` domain ip6 { table filter { chain INPUT { proto icmpv6 subchain "test" { icmpv6-type echo-request ACCEPT; } } } } ``` ferm 2.5.1 as...
The following example did work in ferm 2.4, but causes ferm 2.5.1 and current git to die: ``` def $var = (); domain ip { @if @ipfilter($var) { } }...
The values for daily low and high values as well as trade volume are typically provided within the server response (nowadays, I guess), so use them, if they are present....