mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-28 10:55:54 +03:00
[GH-ISSUE #1108] blocking port 81 with iptables DOCKER-USER doesn't work #911
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#911
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mozzarella-dev on GitHub (May 19, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1108
Describe the bug
Instead the webpanel takes longer to load and it's overall speed decreases, but it can be accessed from eth0 interface
To Reproduce
sudo iptables -I DOCKER-USER -i eth0 -p tcp --dport 81 -j DROP(use eth0 if your public interface is eth0 otherwise adjust accordingly).Expected behavior
That should just block the request on port 81 as happens with other containers.
Screenshots
Operating System
@JfrAziz commented on GitHub (Jul 28, 2021):
I use this rule and it's work
it drop any request to 81 except from 127.0.0.1 or localhost, and then to access it I just use ssh tunelling from my local computer, like
ssh -L 8081:127.0.0.1:81 -N -f -p 22 <user>@<ip>@github-actions[bot] commented on GitHub (Mar 11, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (Apr 23, 2025):
Issue was closed due to inactivity.