mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-09-11 05:40:13 +02:00
changed date format for exp
This commit is contained in:
@@ -11,7 +11,7 @@ domain=$(idn -t --quiet -u "$2" )
|
||||
domain_idn=$(idn -t --quiet -a "$domain")
|
||||
ip="$3"
|
||||
template="${4-default}"
|
||||
next_year=$(date +%d-%m-%y -d "+ 1 year")
|
||||
next_year=$(date +%m-%d-%y -d "+ 1 year")
|
||||
exp="${5-$next_year}"
|
||||
soa="$6"
|
||||
ttl="${7-14400}"
|
||||
|
||||
Reference in New Issue
Block a user