We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ab6d5 commit 7352ef0Copy full SHA for 7352ef0
bin/v-list-dns-domains
@@ -38,7 +38,7 @@ fields='$DOMAIN $IP $TPL $TTL $EXP $SOA $SRC $RECORDS $SUSPENDED $TIME $DATE'
38
case $format in
39
json) json_list ;;
40
plain) nohead=1; shell_list ;;
41
- shell) fields='$DOMAIN $IP $TPL $TTL $EXP $DATE';
+ shell) fields='$DOMAIN $IP $TPL $EXP $DATE';
42
shell_list| column -t ;;
43
*) check_args '1' '0' 'USER [FORMAT]';;
44
esac
0 commit comments