IP interface and Protocol + fix iptables

This commit is contained in:
DomySh
2022-07-12 15:47:31 +02:00
parent c4ab4c628e
commit 3034c66423
13 changed files with 243 additions and 145 deletions

View File

@@ -18,7 +18,9 @@ function ServiceDetails() {
n_regex:0,
name:"",
ipv6:false,
status:"🤔"
status:"🤔",
ip_int: "",
proto: "tcp",
})
const [regexesList, setRegexesList] = useState<RegexFilter[]>([])