-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Upgrading from stable-7210-2 to stable-7287-2 results in net.http.request failing with
[1655191918] libunbound[248:0] error: udp connect failed: Cannot assign requested address for <IPv6 address> port 53
This seems to be related to NLnetLabs/unbound#364
Note: we noticed this with our custom REST API module for local authentication. So these commands are failing:
local util = module:require "util";
local http_get_with_retry = util.http_get_with_retry;
local content = http_get_with_retry(url, nr_retries);
I could not test, but mod_reservations.lua and token/util.lib.lua should also be affected. (Maybe somebody could check.)
Metadata
Metadata
Assignees
Labels
No labels