mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Added missing break; (#2420)
This commit is contained in:
@@ -1209,6 +1209,7 @@ class updatedns
|
||||
}
|
||||
curl_setopt($ch, CURLOPT_INTERFACE, $ipv4);
|
||||
// fix end
|
||||
break;
|
||||
case 'godaddy':
|
||||
case 'godaddy-v6':
|
||||
/* Read https://developer.godaddy.com/ for API documentation */
|
||||
|
||||
Reference in New Issue
Block a user