Commit 11fa3ab9 authored by Ahmad's avatar Ahmad

inikt

parent ac43bcf6
Pipeline #218 canceled with stages
......@@ -91,6 +91,7 @@ async function openAllPorts(lightsail, instanceName) {
async function disableIpv6(lightsail, instanceName) {
const params = {
resourceName: instanceName,
resourceType: 'Instance', // Specify the resource type
ipAddressType: 'ipv4', // This disables IPv6 and keeps only IPv4
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment