From 1090081a66f57644f058fea0971691c3c4e5e4f8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 17 Nov 2025 15:01:22 +0100 Subject: [PATCH] remove ipv6 from api --- misc/api.func | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc/api.func b/misc/api.func index e8fb80e84..c3bdb4f7c 100644 --- a/misc/api.func +++ b/misc/api.func @@ -179,7 +179,6 @@ post_to_api() { "ram_size": $RAM_SIZE, "os_type": "$var_os", "os_version": "$var_version", - "disableip6": "$DISABLEIP6", "nsapp": "$NSAPP", "method": "$METHOD", "pve_version": "$pve_version", @@ -242,7 +241,6 @@ post_to_api_vm() { "ram_size": $RAM_SIZE, "os_type": "$var_os", "os_version": "$var_version", - "disableip6": "", "nsapp": "$NSAPP", "method": "$METHOD", "pve_version": "$pve_version",