We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1e170 commit 59df925Copy full SHA for 59df925
1 file changed
interface/web/dns/dns_edit_base.php
@@ -117,6 +117,9 @@ function onSubmit() {
117
if($this->dataRecord["name"] === '@') {
118
$this->dataRecord["name"] = $soa['origin'];
119
}
120
+ if($this->dataRecord["data"] === '@') {
121
+ $this->dataRecord["data"] = $soa['origin'];
122
+ }
123
124
// Replace * to *.example.com.
125
if($this->dataRecord["name"] === '*') {
0 commit comments