onetun/src
Louis Travaux 543a01d69f [ADD] virtual_iface/tcp: remote port forwarding logic
Implements remote TCP port forwarding using previously added config parsing (#73671a4).

Resolves #6 by listening on a specified virtual IP/port and forwarding incoming connections
to a local service.

Example: `--source-peer-ip 10.10.10.10 --remote 8080:127.0.0.1:49369` forwards
`10.10.10.10:8080` to `127.0.0.1:49369`.
2025-05-20 16:00:34 +02:00
..
tunnel Cleanup usage of anyhow with_context 2023-12-24 15:06:22 -05:00
virtual_iface [ADD] virtual_iface/tcp: remote port forwarding logic 2025-05-20 16:00:34 +02:00
config.rs Use bail when possible 2023-12-24 15:23:12 -05:00
events.rs Use bytes 2023-01-12 01:40:04 -05:00
lib.rs [ADD] virtual_iface/tcp: remote port forwarding logic 2025-05-20 16:00:34 +02:00
main.rs Cleanup usage of anyhow with_context 2023-12-24 15:06:22 -05:00
pcap.rs Cleanup usage of anyhow with_context 2023-12-24 15:06:22 -05:00
virtual_device.rs chore: udpate to smoltcp 0.12 2024-12-01 15:22:37 -05:00
wg.rs chore: udpate to smoltcp 0.12 2024-12-01 15:22:37 -05:00