Page 1 of 1

DDnsClient Disable

Posted: Thu Mar 12, 2015 7:03 pm
by wtf
Hello,

I edit 'vpn_server.conf' setting:

declare DDnsClient
{
bool Disable true
...

However, when I restart the vpnserver it sets back to false. The whole file is re-written.

How do I fix?

Re: DDnsClient Disable

Posted: Thu Mar 19, 2015 7:28 am
by thisjun
Did you edit a configuration file while running the server?

Re: DDnsClient Disable

Posted: Fri Mar 27, 2015 3:37 pm
by wtf
thisjun wrote:
> Did you edit a configuration file while running the server?

I believe that was the issue. I've managed now to include the disabled stanza in my config:

declare DDnsClient
{
bool Disabled true
}

Thank you