mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Using Custom Domain makes admin dashboard to be accessible both by 443 and 8443 ports #413
Reference in New Issue
Block a user
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 @fatihsennik on 4/24/2023
CloudPanel version(s) affected
2.2.2
Description
When we add custom domain to our dashboard, the domain should be only accessible by 8443 port so that I can block access to this port from firewall to certain VPN such as OpenVPN or WireGuard. So 443 ports needs to be removed from custom-domain.conf.
How to reproduce
Add custom domain to our dashboard
See domain.com:443 and domain.com:8443 is accessible.
Possible Solution
No response
Additional Context
No response