diff --git a/jc/parsers/dig.py b/jc/parsers/dig.py index cac0cfcb..5c485a7a 100644 --- a/jc/parsers/dig.py +++ b/jc/parsers/dig.py @@ -322,7 +322,7 @@ class info(): author_email = 'kellyjonbrazil@gmail.com' # compatible options: linux, darwin, cygwin, win32, aix, freebsd - compatible = ['linux', 'aix', 'freebsd', 'darwin'] + compatible = ['linux', 'aix', 'freebsd', 'darwin', 'win32', 'cygwin'] magic_commands = ['dig']