Maksim Usmanov | Maks 50f08b7de8 Remove trailing dot
I check some servers and some times I see than cname not working, I check records and the problem is than some useres add record whit a dot ( in vesta GUI or CLI )

comerecord. in cname 2222 google.com

and vesta add it as it

cname.	14400	IN	CNAME		google.com.
test.	14400	IN	MX	10	mail.googl.com.

So whit this pull we remove that dot if added

hola	14400	IN	CNAME		test.net.
record	14400	IN	CNAME		hola.es.
recordar	14400	IN	CNAME		Tres.net.

This solve the dot but I think in a while loop, because vesta leave add users cname thiw multiple dots:

Adding DNS Record → Record cname.......sdd.net has been created successfully.

Maybe vesta team have better solution for this one.
2017-02-07 19:41:47 +01:00
2017-02-07 19:41:47 +01:00
2016-11-22 21:37:50 +02:00
2016-09-08 12:57:30 +01:00
2016-11-23 13:07:47 +02:00
2015-11-08 21:27:49 +02:00
2016-09-08 12:12:20 +01:00
2015-10-31 19:48:18 +00:00
2016-10-08 23:46:26 +00:00

Vesta Control Panel

Join the chat at https://gitter.im/vesta-cp/Lobby

  • Vesta is an open source hosting control panel.
  • Vesta has a clean and focused interface without the clutter.
  • Vesta has the latest of very innovative technologies.

How to install (2 step)

Connect to your server as root via SSH

ssh root@your.server

Download the installation script, and run it:

curl http://vestacp.com/pub/vst-install.sh | bash

How to install (3 step)

If the above example does not work, try this 3 step method: Connect to your server as root via SSH

ssh root@your.server

Download the installation script:

curl -O http://vestacp.com/pub/vst-install.sh

Then run it:

bash vst-install.sh

License

Vesta is licensed under GPL v3 license

Description
VESTA Control Panel:
http://vestacp.com/
Readme GPL-3.0 109 MiB
Languages
PHP 34.6%
Smarty 20.4%
Shell 16.5%
JavaScript 14.2%
HTML 12.3%
Other 1.9%