Skip to content

Commit

Permalink
Export plaintext list of steam & geolocation-cn
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier authored Dec 28, 2020
1 parent 6c77a68 commit d1b9a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
var (
dataPath = flag.String("datapath", filepath.Join("./", "data"), "Path to your custom 'data' directory")
outputPath = flag.String("outputpath", "./publish", "Output path to the generated files")
exportLists = flag.String("exportlists", "category-ads-all,tld-cn,cn,tld-!cn,geolocation-!cn,apple,icloud,google", "Lists to be exported in plaintext format, separated by ',' comma")
exportLists = flag.String("exportlists", "category-ads-all,tld-cn,cn,geolocation-cn,tld-!cn,geolocation-!cn,apple,icloud,google,steam", "Lists to be exported in plaintext format, separated by ',' comma")
excludeAttrs = flag.String("excludeattrs", "cn@!cn@ads,geolocation-cn@!cn@ads,geolocation-!cn@cn@ads", "Exclude rules with certain attributes in certain lists, seperated by ',' comma, support multiple attributes in one list. Example: geolocation-!cn@cn@ads,geolocation-cn@!cn")
toGFWList = flag.String("togfwlist", "geolocation-!cn", "List to be exported in GFWList format")
)
Expand Down

0 comments on commit d1b9a9c

Please sign in to comment.