clients.conf 206 B

1234567
  1. ## clients.conf -- client configuration directives
  2. client localhost {
  3. ipaddr = 127.0.0.1
  4. secret = testing123
  5. require_message_authenticator = no
  6. nastype = other # localhost isn't usually a NAS...
  7. }