Previous: include Syntax, Up: include   [Contents][Index]


A.9.2 Examples

include "keys.conf";

remotes {
  ctl {
    address 127.0.0.1;
    key knotc-key;
  }
  include "remotes.conf";
}