1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

added subscription optimisation to avoid server side filtering

This commit is contained in:
Massimo Candela
2020-01-20 17:56:43 +01:00
parent ce5695b14f
commit 9369b82633
2 changed files with 16 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ import yaml from "js-yaml";
import fs from "fs";
import Input from "./input";
import ipUtils from "ip-sub";
import { AS, Path } from "../model";
import { AS } from "../model";
export default class InputYml extends Input {