Garry W

Results 86 comments of Garry W

Hi ! Thank you for telling me about SPC. It looks pretty good! Can you or SPC author open a PR to my list (if you are willing). (I used...

Hey there! Thank you for feedback! That would be nice to have user's catagories. I'll make it a plan.

Before it get implemented, you can use custom label, which is a new feature in version 2.3.1 Although that's not true catagories, that might make the long list look more...

> I just loaded the new version and I can see some errors with missing icon image Oh, I guess you downloaded by `git pull`. In repo, manifest are different....

I checked MDN https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest ![webrequest-flow](https://user-images.githubusercontent.com/32130780/142712838-0468e054-2e91-4a6a-835e-d96d6437e2b7.png) Not until `onHeadersReceived` addon can see IP. Before it addon can only see URL. So, if addon built only with current webRequest API, it can't....

理论上,嗯。。。好像所使用的webRequest API管不到其他扩展吧。。 我没怎么想过这个问题,不过应该不会影响其他扩展

> iptables v1.8.2 (nf_tables): Couldn't load match `comment':No such file or directory ~~Your iptables is nftables backend. I haven't used or tested with it. Am using legacy iptables.~~ You can...

Before nftables support plan maded, I'm considering an option to specify iptables legacy path You can also modify above code `iptables` to `/path/to/iptables-legacy`

> Couldn't load match `comment':No such file or directory your iptables doesn't support comment. Delete `-m comment --comment "lnxrouter-$$-$SUBNET_IFACE"` (see above said). It's a workaround. What OS are you using?...

~~Added a comment module judgement~~ Update: User can set environment variable `NETFILTER_XT_MATCH_COMMENT=0`, if wants to disable '-m comment'