Skip to content

Commit

Permalink
fix dl parameter error
Browse files Browse the repository at this point in the history
  • Loading branch information
boy-hack committed Sep 2, 2020
1 parent f11042b commit 91a73b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func ParseOptions() *Options {
options.Domain = append(options.Domain, *domain)
}
if *domain_list != "" {
dl, err := LinesInFile(*resolvers)
dl, err := LinesInFile(*domain_list)
if err != nil {
gologger.Fatalf("读取domain文件失败:%s\n", err.Error())
}
Expand Down

0 comments on commit 91a73b4

Please sign in to comment.