Ticket #252 (new enhancement)

Opened 4 years ago

Last modified 3 years ago

Support for in-memory zones for slaves

Reported by: anon Owned by: ahu
Priority: normal Milestone:
Component: auth Version:
Severity: normal Keywords:
Cc:

Description

# Zone that is not stored to disk zone "example.com" {

type slave; memory-only yes; masters { 127.0.0.1; };

};

Attachments

patch-memory-only-bindbackend-20090825-cmouse.patch Download (10.1 KB) - added by anon 4 years ago.
patch-memory-only-bindbackend-20090828-cmouse.patch Download (8.1 KB) - added by anon 4 years ago.
Better version

Change History

Changed 4 years ago by anon

A better sample, since I forgot wikiformatting...

zone "example.com" {
 type slave; 
 memory-only yes;
 masters { 127.0.0.1; };
};

Changed 4 years ago by anon

Changed 4 years ago by anon

Better version

Changed 4 years ago by anon

Please use only the second version. It changes behaviour so, that you can enable memonly behaviour by leaving out the filename.

Changed 3 years ago by ahu

  • owner changed from somebody to ahu
  • component changed from component1 to auth
Note: See TracTickets for help on using tickets.