mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
Merge pull request #859 from Skamasle/patch-8
Fix bug whit ns records in idn domains
This commit is contained in:
commit
37bff18987
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ domain=$2
|
||||||
record=$(idn -t --quiet -u "$3" )
|
record=$(idn -t --quiet -u "$3" )
|
||||||
record=$(echo "$record" | tr '[:upper:]' '[:lower:]')
|
record=$(echo "$record" | tr '[:upper:]' '[:lower:]')
|
||||||
rtype=$(echo "$4"| tr '[:lower:]' '[:upper:]')
|
rtype=$(echo "$4"| tr '[:lower:]' '[:upper:]')
|
||||||
dvalue=$(idn -t --quiet -u "$5" )
|
dvalue=$(idn -t --quiet -a "$5" )
|
||||||
priority=$6
|
priority=$6
|
||||||
id=$7
|
id=$7
|
||||||
restart=$8
|
restart=$8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue