Page 1 of 1

About disable Dynamic DNS

Posted: Tue Feb 07, 2023 6:59 am
by thaloa
I want disable DynamicDNS in ubuntu by command, Can you help me do it ? TKS for help

Re: About disable Dynamic DNS

Posted: Tue Feb 07, 2023 7:34 am
by shakibamoshiri
thaloa wrote:
Tue Feb 07, 2023 6:59 am
I want disable DynamicDNS in ubuntu by command, Can you help me do it ? TKS for help
1. shutdown the server
1.2 ./vpnserver stop

2. update vpn_sever.config file
2.1 find this section "DDnsClient"
2.2 the "bool Disabled" should be set to "true"

result should be

Code: Select all

declare DDnsClient
	{
		bool Disabled true
3. start the server
3.1 ./vpnserver start