mirror of
https://github.com/v2fly/domain-list-community.git
synced 2026-03-22 03:16:34 +07:00
main.go: support to generate multiple custom dats (#3367)
This allows to remove any unwanted lists without modifying the domains data, and you can generate multiple custom v2ray dat files in a single command. As long as the source data is consistent, any list remains in the trimed dat contains the same rules comparing to the list in full dat. Use the new option `datprofile` to specify the config json file path. `outputname` will be ignored when `datprofile` is set. Co-authored-by: database64128 <free122448@hotmail.com>
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -4,9 +4,9 @@
|
||||
/domain-list-community
|
||||
/domain-list-community.exe
|
||||
|
||||
# Generated dat file.
|
||||
dlc.dat
|
||||
# Generated dat files.
|
||||
/*.dat
|
||||
|
||||
# Exported plaintext lists.
|
||||
/*.yml
|
||||
/*.txt
|
||||
/*.yml
|
||||
|
||||
Reference in New Issue
Block a user