Imported Upstream version 878.70.2
[platform/upstream/mdnsresponder.git] / mDNSShared / dnsextd.conf
index 0379580..d8cac24 100644 (file)
@@ -23,7 +23,7 @@
 // network, you might allow anyone to perform updates. To do that, you just
 // permit any and all updates coming from dnsextd on the same machine:
 //
-//   zone "my-dynamic-subdomain.company.com."
+//   zone "my-dynamic-subdomain.example.com."
 //     { type master; file "db.xxx"; allow-update { 127.0.0.1; }; };
 //
 // On a machine connected to the Internet or other large open network,
 // perform updates in your dynamic zone, like this:
 //
 //   key keyname. { algorithm hmac-md5; secret "abcdefghijklmnopqrstuv=="; };
-//   zone "my-dynamic-subdomain.company.com." in
+//   zone "my-dynamic-subdomain.example.com." in
 //     {
 //     type master;
-//     file "db.my-dynamic-subdomain.company.com";
-//     update-policy { grant * wildcard *.my-dynamic-subdomain.company.com.; };
+//     file "db.my-dynamic-subdomain.example.com";
+//     update-policy { grant * wildcard *.my-dynamic-subdomain.example.com.; };
 //     };
 //
 // You could use a single key which you give to all authorized users, but
@@ -55,6 +55,6 @@ options {
 //     llq                                     port 5352;
 };
 
-zone "my-dynamic-subdomain.company.com." {
+zone "my-dynamic-subdomain.example.com." {
        type public;
 };