vl icon indicating copy to clipboard operation
vl copied to clipboard

config file

Open ellisonleao opened this issue 3 years ago • 0 comments

Idea:

A config file that overrides all the current flags. This is useful when you have a lot of whitelist links or ignored status codes

Something like:

.vl.yml

whitelist:
    - link1
    - link2
ignore:
    - 403
    - 404

ellisonleao avatar Jun 07 '21 21:06 ellisonleao