DDnsClient Disable

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
wtf
Posts: 2
Joined: Thu Mar 12, 2015 6:53 pm

DDnsClient Disable

Post by wtf » Thu Mar 12, 2015 7:03 pm

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?

thisjun
Posts: 2458
Joined: Mon Feb 24, 2014 11:03 am

Re: DDnsClient Disable

Post by thisjun » Thu Mar 19, 2015 7:28 am

Did you edit a configuration file while running the server?

wtf
Posts: 2
Joined: Thu Mar 12, 2015 6:53 pm

Re: DDnsClient Disable

Post by wtf » Fri Mar 27, 2015 3:37 pm

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

Post Reply