MCPcopy
hub / github.com/SukkaW/Surge / bulkAddCIDR6NoResolve

Method bulkAddCIDR6NoResolve

Build/lib/rules/base.ts:349–354  ·  view source on GitHub ↗
(cidrs: string[])

Source from the content-addressed store, hash-verified

347 }
348
349 bulkAddCIDR6NoResolve(cidrs: string[]) {
350 for (let i = 0, len = cidrs.length; i < len; i++) {
351 this.ipcidr6NoResolve.add(FileOutput.ipToCidr(cidrs[i], 6));
352 }
353 return this;
354 }
355
356 /**
357 * Add data source information. This will be rendered inside description

Calls

no outgoing calls

Tested by

no test coverage detected