mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
DNS Cluster Serial fix
This commit is contained in:
parent
a379e01e5a
commit
264b851d1a
22 changed files with 79 additions and 40 deletions
|
@ -87,7 +87,8 @@ is_object_valid 'dns' 'DOMAIN' "$domain"
|
|||
|
||||
# Defining config and fields to select
|
||||
conf=$USER_DATA/dns.conf
|
||||
fields='$DOMAIN $IP $TPL $TTL $EXP $SOA $RECORDS $SUSPENDED $TIME $DATE'
|
||||
fields='$DOMAIN $IP $TPL $TTL $EXP $SOA $SERIAL $SRC $RECORDS
|
||||
$SUSPENDED $TIME $DATE'
|
||||
|
||||
# Listing domains
|
||||
case $format in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue