mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
suspend dns record page
This commit is contained in:
parent
a968f9bd4a
commit
b306202a80
19 changed files with 583 additions and 28 deletions
|
@ -114,7 +114,9 @@ update_domain_zone() {
|
|||
done
|
||||
|
||||
RECORD=$(idn --quiet -a -t "$RECORD")
|
||||
eval echo -e "\"$fields\""|sed -e "s/%quote%/'/g" >> $conf
|
||||
if [ "$SUSPENDED" != 'yes' ]; then
|
||||
eval echo -e "\"$fields\""|sed -e "s/%quote%/'/g" >> $conf
|
||||
fi
|
||||
done < $USER_DATA/dns/$domain.conf
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue