solanum/tests/send1.conf

30 lines
415 B
Plaintext
Raw Normal View History

2017-08-05 13:09:01 +00:00
serverinfo {
sid = "0AA";
name = "me.test";
description = "Test server";
network_name = "Test network";
};
connect "remote.test" {
host = "::1";
fingerprint = "test";
class = "default";
};
2017-08-06 00:12:59 +00:00
connect "remote2.test" {
host = "::1";
fingerprint = "test";
class = "default";
};
connect "remote3.test" {
host = "::1";
fingerprint = "test";
class = "default";
};
privset "admin" {
privs = oper:admin;
};