Skip to content

Commit

Permalink
Merge pull request #14900 from ukleinek/pdnsutil-edit-zone-tell-serial
Browse files Browse the repository at this point in the history
pdnsutil edit-zone: Emit the updated SOA serial
  • Loading branch information
Habbie authored Nov 28, 2024
2 parents 3a4990a + b4a19c2 commit 33e27d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdns/pdnsutil.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1338,6 +1338,7 @@ static int editZone(const DNSName &zone, const PDNSColors& col) {

changed[{dr.d_name, dr.d_type}]+=str.str();
grouped[{dr.d_name, dr.d_type}].at(0) = dr;
cout<<endl<<"SOA serial for zone "<<zone<<" set to "<<sd.serial;
}
break;
case 'q':
Expand Down

0 comments on commit 33e27d9

Please sign in to comment.