test-lists icon indicating copy to clipboard operation
test-lists copied to clipboard

Update CN list from gfwlist

Open willscott opened this issue 7 years ago • 3 comments

There's a maintained list of cn domains at https://github.com/gfwlist/gfwlist that would be worth interacting with, since it is used by many vpn clients to selectively proxy only blocked content.

willscott avatar Jun 02 '17 19:06 willscott

Did you figure out what is the format of the actual list? I briefly looked at it and a-part from the base64 encoding wrapping it the actual content has some weird encoding to it.

Edit: found some possibly useful links:

  • https://github.com/gfwlist/gfwlist/issues/401
  • https://github.com/gfwlist/gfwlist/wiki/Syntax
  • https://github.com/gfwlist/gfwlist/issues/3

hellais avatar Jun 02 '17 19:06 hellais

It's the adblock plus syntax: https://adblockplus.org/filters

willscott avatar Jun 02 '17 20:06 willscott

GFWList maintainer here, questions are welcome.

Simply speaking, GFWList is a list wrapped in base64 encoding inheriting Adblock Plus syntax with small modification.

cicku avatar Nov 18 '17 12:11 cicku