This commit is contained in:
Σrebe - Romain GERARD 2024-07-31 21:57:25 +02:00
parent 05abcd441f
commit f149b8190b
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4
15 changed files with 171 additions and 195 deletions
src/restrictions

View file

@ -1,4 +1,4 @@
use crate::LocalProtocol;
use crate::tunnel::LocalProtocol;
use ipnet::{IpNet, Ipv4Net, Ipv6Net};
use regex::Regex;
use serde::{Deserialize, Deserializer};