Benjamin-Loison / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
0 stars 0 forks source link

[Feature]: How to limit HTTP access to localhost only and not whole network #9

Closed Benjamin-Loison closed 6 months ago

Benjamin-Loison commented 7 months ago

Feature description

I verified from another IP within the network that we can access the HTTP server.

Additional information

Not read.

Related to #7.

Benjamin-Loison commented 6 months ago

Concerning apache2, can simply use Listen localhost:8080 instead of Listen 8080 in $PREFIX/etc/apache2/httpd.conf.

Related to #8.