Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ruijzhan committed Oct 16, 2024
1 parent f79770f commit 4f90a31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ sort_files() {

# Function to run gfwlist2dnsmasq
run_gfwlist2dnsmasq() {
bash "$GFWLIST2DNSMASQ_SH" -l --extra-domain-file "$INCLUDE_LIST_TXT" --exclude-domain-file "$EXCLUDE_LIST_TXT" -o "$GFWLIST"
bash "$GFWLIST2DNSMASQ_SH" \
--domain-list \
--extra-domain-file "$INCLUDE_LIST_TXT" \
--exclude-domain-file "$EXCLUDE_LIST_TXT" \
--output "$GFWLIST"
}

# Function to create gfwlist resource script
Expand Down

0 comments on commit 4f90a31

Please sign in to comment.