pub const IPs = struct { v4: [:0]const u8, v6: [:0]const u8, }; pub fn check_perms() !void {} pub fn get_input() ![:0]const u8 { return "stub"; }