elixsr / FwdPortForwardingApp

Port Forwarding App for Android
http://elix.sr/fwd
GNU General Public License v3.0
112 stars 45 forks source link

Root support missing #27

Open freebrowser1 opened 3 years ago

freebrowser1 commented 3 years ago

I am using an Apache web server in Termux on port 8080. My device is rooted and I want to forward port 80 to 8080 so my device can be accessed by port 80 (or any below 1024, e.g. 443) without running Apache as root (insecure).

It appeared however that Fwd does not support to allow ports < 1024. Can that be supported ?