Skip to content

Commit e3ffc77

Browse files
authored
Update vmManager.php
Refine IP addressing choices #48
1 parent 4ff99b4 commit e3ffc77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/servers/upCloudVps/lib/vmManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function create(){
6666
$sshkey = empty($sshkey) ? "na" : $sshkey;
6767
$user_data = empty($user_data) ? "na" : $user_data;
6868
$backup = $this->params['configoptions']['backup'];
69-
$networking = $this->params['configoptions']['ipaddress'];
69+
$networking = "ipv4only";
7070

7171
if($Plan == "custom"){
7272
$ram = $this->params['configoptions']['ram'];

0 commit comments

Comments
 (0)