Fix configuration

This commit is contained in:
vemax78 2013-05-28 22:23:03 +02:00
parent 37e60bb755
commit 3d60af6a84
2 changed files with 3 additions and 4 deletions

View File

@ -51,8 +51,8 @@ application: {
presharedkey: { presharedkey: {
hint = "esempio"; hint = "esempio";
identity = "prova"; identity = "prova";
pskkey = "123456"; pskkey = "123456";
}; };
x509: { x509: {

View File

@ -79,8 +79,7 @@ application: {
network: { network: {
#binding = "eth1"; #binding = "eth1";
mtu = 1500; mtu = 1500;
#port = 10000;
port = 10000;
transport = "udp"; transport = "udp";
ipv4 = true; ipv4 = true;