friendly-bits
friendly-bits
This feature is implemented in current `main` branch. Could you test and confirm? To download and extract this pre-release version, use the commands: ``` curl -L "https://api.github.com/repos/friendly-bits/geoip-shell/tarball/24ca804bddb51b9a1ca518905690c3887b1b2c6a" > geoip-shell.tar.gz tar...
Thing is, shellcheck is not very flexible. adblock-lean currently has 66 warnings and 33 infos from shellcheck. I am fairly certain that all of them are either irrelevant or completely...
I'm thinking that perhaps a good middle-ground would be calling `shellcheck --severity error`, which would only check for errors. At my experience, shellcheck errors are actual errors. So this way...
~~Also the PR should target a new branch, rather than master. I'll make a development branch.~~ Edit: ignore the above, as this only adds a .yaml file. So can go...
> Is it normal that all files are reported with multiple errors [SC1017 ](https://www.shellcheck.net/wiki/SC1017) when the repo is cloned locally? This is definitely not normal. Unix scripts should have Unix-style...
P.s. I aplogize to @benjaminfrank for not merging this PR. The reason is that currently I don't feel like this is needed. Personally, I'm using shellcheck plugin in VS Code...
Perhaps we should add .gitattributes file in order to explicitly tell git to use LF newlines, like [so](https://github.com/friendly-bits/geoip-shell/blob/main/.gitattributes). Probably this should prevent such issues.
I really don't know much about gitattributes so I'm not sure what all this does and why it's needed. For instance, what's wrong with having `eol=lf` apply to all files...
Hi, please post the output of: ``` ubus call system board dnsmasq --help ```
Hi, you need an IP list of the IP ranges used by this service. Please see #26, #33 for 2 examples of such lists. Once you have the list, process...