Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Bas van Beek
ISPConfig 3
Commits
8a77a74e
Commit
8a77a74e
authored
Aug 23, 2015
by
Marius Cramer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'master'
vm: use type AAAA for ipv6 in createDNS See merge request !220
parents
98d600f4
349272c2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
interface/lib/plugins/vm_openvz_plugin.inc.php
interface/lib/plugins/vm_openvz_plugin.inc.php
+1
-1
No files found.
interface/lib/plugins/vm_openvz_plugin.inc.php
View file @
8a77a74e
...
...
@@ -252,7 +252,7 @@ class vm_openvz_plugin {
"server_id"
=>
$server_id
,
"zone"
=>
$dns_soa_id
,
"name"
=>
$hostname
,
"type"
=>
'
A'
,
"type"
=>
@
(
preg_match
(
"/^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)
\\
.)
{
3
}
(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/"
,
$ip_address
))
?
'A'
:
'AAA
A'
,
"data"
=>
$ip_address
,
"aux"
=>
'0'
,
"ttl"
=>
'3600'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment