Allow daemon mode

This commit is contained in:
vemax78
2013-06-16 12:09:57 +02:00
parent 7b6bd52f48
commit 99b6373cd7
11 changed files with 106 additions and 8 deletions

View File

@ -3,6 +3,8 @@
version = "1.0";
application: {
standalone = false;
name = "ac 1";
binding = [
@ -51,8 +53,8 @@ application: {
presharedkey: {
hint = "esempio";
identity = "prova";
pskkey = "123456";
identity = "prova";
pskkey = "123456";
};
x509: {

View File

@ -3,6 +3,8 @@
version = "1.0";
application: {
standalone = false;
name = "wtp 1";
location = "Ufficio";
@ -79,7 +81,7 @@ application: {
network: {
#binding = "eth1";
mtu = 1500;
#port = 10000;
transport = "udp";
ipv4 = true;
@ -88,7 +90,7 @@ application: {
};
acdiscovery: {
search = false;
search = true;
host = [
"127.0.0.1"
];