Closed DefenceLogic closed 4 years ago
Dear All,
I have discovered the solution by myself, in that you have to place it directly after the protocol directive within the vserver_entry as below
vserver_entry: <
protocol: UDP
one_packet: true
port: 12210
scheduler: RR
mode: NAT
Hi ,
I am trying to enable the one_packet : true configuration in my vserver_entry as per #99
I have the following snippet.
When I try to start seesaw, I get the following error message:
Failed to load cluster config from disk: line 54: unknown field name "vserver" in config.Vserver
If I remove the one_packet : true directive Seesaw starts properly.
Did I place the one_packet:true directive in the wrong place?
Cheers
Cyberkryption