Firegex 2.1.1

Small graphic change + added new TODO point
This commit is contained in:
Domingo Dirutigliano
2022-08-13 17:40:38 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ Initiially the project was based only on regex filters, and also now the main fu
## Next points ## Next points
- Add proxy script in different language to use for porthijacking to download
- Explanation about tools in the dedicated pages making them more user-friendly - Explanation about tools in the dedicated pages making them more user-friendly
- buffering the TCP and(/or) the UDP stream to avoid to bypass the proxy dividing the information in more packets - buffering the TCP and(/or) the UDP stream to avoid to bypass the proxy dividing the information in more packets
- Adding new section with "general firewall rules" to manage "simple" TCP traffic rules graphically and through nftables - Adding new section with "general firewall rules" to manage "simple" TCP traffic rules graphically and through nftables

View File

@@ -92,7 +92,7 @@ function ServiceRow({ service }:{ service:Service }) {
<Space w="xl" /><Space w="xl" /> <Space w="xl" /><Space w="xl" />
<div> <div>
<div className="center-flex-row"> <div className="center-flex-row">
<div className="center-flex"><Title order={4} className={style.name}>{service.name}</Title> <Badge size="xl" gradient={{ from: 'indigo', to: 'cyan' }} variant="gradient">:{service.public_port}</Badge></div> <Title order={4} className={style.name}>{service.name}</Title>
<div className="center-flex"> <div className="center-flex">
<Badge color={status_color} radius="sm" size="md" variant="filled">Status: <u>{service.active?"ENABLED":"DISABLED"}</u></Badge> <Badge color={status_color} radius="sm" size="md" variant="filled">Status: <u>{service.active?"ENABLED":"DISABLED"}</u></Badge>
<Space w="sm" /> <Space w="sm" />