All outgoing network traffic from the compute container (node-a
) is transparently intercepted and send to the redirector deamon (redirector.py
), which is running locally in the compute container. The redirector extracts the original destination, i.e. address and port (SO_ORIGINAL_DST
), and forwards the traffic to the proxy (node-b
), along with the original destination. The communication between the redirector and the proxy is based on SOCKS.
-
Notifications
You must be signed in to change notification settings - Fork 0
PoC to demonstrate network interception and routing for EPIF.
License
epi-project/epif-poc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
PoC to demonstrate network interception and routing for EPIF.