diff --git a/README.md b/README.md
index 5bfda25..e0d8cc7 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,7 @@ Initiially the project was based only on regex filters, and also now the main fu
## 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
- 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
diff --git a/frontend/src/components/PortHijack/ServiceRow/index.tsx b/frontend/src/components/PortHijack/ServiceRow/index.tsx
index 3dbee0e..271c309 100755
--- a/frontend/src/components/PortHijack/ServiceRow/index.tsx
+++ b/frontend/src/components/PortHijack/ServiceRow/index.tsx
@@ -92,7 +92,7 @@ function ServiceRow({ service }:{ service:Service }) {