TUNNEL¶
Flow forwarding tunnel, capable of forwarding TCP/UDP traffic, and can also be forwarded through a proxy.
Single Line¶
Multiple Lines¶
In the single line example, the order corresponds to the multiple lines: network
/address
/target
/proxy
.
network¶
The type of network to listen to, can be tcp/udp.
address¶
Local listening address.
target¶
The forwarding target address.
proxy¶
Optional, traffic sent through a specific proxies
/proxy-groups
.
In the above example, accessing 127.0.0.1:6553
is forwarded through the proxy
in the proxies
/proxy-groups
to access 8.8.8.8:53
.