1config BR2_PACKAGE_UREDIR
2	bool "uredir"
3	select BR2_PACKAGE_LIBUEV
4	help
5	  A small Linux daemon to redirect UDP connections. It can be
6	  used to forward connections on small and embedded systems that
7	  do not have (or want to use) iptables.
8
9	  https://github.com/troglobit/uredir
10