Commit 50f08b7
authored
Remove trailing dot
I check some servers and some times I see than cname not working, I check records and the problem is than some useres add record whit a dot ( in vesta GUI or CLI )
comerecord. in cname 2222 google.com
and vesta add it as it
cname. 14400 IN CNAME google.com.
test. 14400 IN MX 10 mail.googl.com.
So whit this pull we remove that dot if added
hola 14400 IN CNAME test.net.
record 14400 IN CNAME hola.es.
recordar 14400 IN CNAME Tres.net.
This solve the dot but I think in a while loop, because vesta leave add users cname thiw multiple dots:
Adding DNS Record → Record cname.......sdd.net has been created successfully.
Maybe vesta team have better solution for this one.1 parent 5500f3c commit 50f08b7
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
112 | 122 | | |
113 | 123 | | |
114 | 124 | | |
| |||
0 commit comments