@ -2,7 +2,6 @@ import fs from 'node:fs/promises';
import debug from 'debug';
import { encodeQR } from 'qr';
import type { InterfaceType } from '#db/repositories/interface/types';
import { firewall } from './firewall';
const WG_DEBUG = debug('WireGuard');
@ -2,7 +2,7 @@ import type { ZodSchema } from 'zod';
import z from 'zod';
import type { H3Event, EventHandlerRequest } from 'h3';
import { isIP } from 'is-ip';
import { default as isCidr } from 'is-cidr';
import isCidr from 'is-cidr';
export type ID = number;