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?
			
									
									
						DDnsClient Disable
- 
				thisjun
 - Posts: 2458
 - Joined: Mon Feb 24, 2014 11:03 am
 
Re: DDnsClient Disable
Did you edit a configuration file while running the server?
			
									
									
						- 
				wtf
 - Posts: 2
 - Joined: Thu Mar 12, 2015 6:53 pm
 
Re: DDnsClient Disable
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
			
									
									
						> 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
