1
0
mirror of https://github.com/serghey-rodin/vesta.git synced 2025-03-12 04:36:25 -07:00
Commit Graph

29 Commits

Author SHA1 Message Date
Made I.T
3d6eb2c8ea
Update v-add-dns-record 2017-11-27 11:42:49 +01:00
dpeca
6d88ca31c3 Making sure domain_idn is always set 2017-03-05 23:34:07 +01:00
System Void
19708d2837 Revert "Remove trailing dot" 2017-02-20 23:30:39 +00:00
System Void
b370cbf62b Merge pull request from Skamasle/patch-12
Remove trailing dot
2017-02-11 17:54:32 +00:00
Serge Kraev
cb53616e99 fix trailing dot quotes 2017-02-09 18:09:39 +04:00
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
Serghey Rodin
e5950d516d Code refactoring: domain_idn + new restart routine 2017-01-11 16:52:11 +02:00
Serghey Rodin
4212f90923 fix reverting #0c98233 2016-11-24 13:10:41 +02:00
Skamasle
0c98233f2e Fix bug whit ns records in idn domains
This will fix https://github.com/serghey-rodin/vesta/issues/845

Named wont start whit unicode charcters and return:

zone example.com/IN: loaded serial 2016100705
dns_rdata_fromtext: /home/admin/conf/dns/españa.es.db:18: near 'ns2.españa.com.': bad name (check-names)
zone xn--espaa-rta.es/IN: loading from master file /home/admin/conf/dns/españa.es.db failed: bad name (check-names)
2016-10-07 19:58:35 +02:00
Derrick Hammer
33d795c608 *Bugfix regex and variable 2016-08-29 12:15:46 -04:00
Derrick Hammer
db9be6d244 *Strip double quotes and only add back if value has spaces or semicolon 2016-08-13 17:19:55 -04:00
Serghey Rodin
48cf929e22 domain idn handler 2016-06-28 15:38:11 +03:00
Serghey Rodin
a61a6e979e refactoring: log_event(), is_format_valid() 2016-06-24 16:31:43 +03:00
Serghey Rodin
e05dca61a6 refactoring: log_event(), is_format_valid() 2016-06-09 16:55:35 +03:00
RhysIT
9189ca9488 Corrected spelling mistakes 2015-11-06 17:38:58 +02:00
Serghey Rodin
bdc8111b06 Fix SERIAL sync in DNS cluster 2015-10-21 15:54:07 +03:00
Serghey Rodin
264b851d1a DNS Cluster Serial fix 2015-10-15 15:03:39 +03:00
Serghey Rodin
311146adbc Remote DNS support 2014-03-23 18:49:18 +02:00
Serghey Rodin
3587976f2a ORiON suggested a better way to check FQDN records 2014-03-23 15:44:30 +02:00
Serghey Rodin
4614df59a7 E_RESTART should be a variable 2014-02-19 23:12:23 +02:00
Serghey Rodin
4ecf44d41b one more fix for OR syntax in grep 2014-02-09 22:41:50 +02:00
Serghey Rodin
477934825c restart error handler 2014-02-06 11:11:45 +02:00
Serghey Rodin
add7d1442e additional dns record validation 2014-01-25 20:02:10 +02:00
Serghey Rodin
ed54f83795 from now vesta.conf can override any func variable 2013-10-09 00:50:08 +03:00
Ursadon
14e0b27284 Fixed sensitive record
If perform [:lower:] - user can't peroperly add some records, for example
DKIM key (which is base64 encoded crypto key)
2013-09-18 12:03:39 +07:00
Serghey Rodin
76e8a7e890 improved dns-sync algorytm 2013-09-12 11:00:30 +03:00
Serghey Rodin
ca81632e82 full path in queue 2013-05-31 12:46:32 +03:00
Serghey Rodin
7ebd96d92d updated syntax for is_system_enabled() 2013-05-29 13:16:09 +03:00
Serghey Rodin
68a34e18b7 dns cluster support 2013-05-28 16:09:07 +03:00