prefixes: Add 'resolver-blocked.txt' config
This commit is contained in:
parent
6f2ba18227
commit
3be5e85ef7
12 changed files with 95 additions and 19 deletions
|
|
@ -53,7 +53,9 @@ func (upc updateprefixconfig) Run(context wisski_distillery.Context) error {
|
|||
// read the prefix config
|
||||
data, err := instance.PrefixConfig()
|
||||
if err != nil {
|
||||
return err
|
||||
data = "# error, skipped\n"
|
||||
context.EPrintln(err)
|
||||
err = nil
|
||||
}
|
||||
context.IOStream.Printf("%s", data)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue