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