Replies: 1 comment
-
It's possible manually: https://github.com/Jigsaw-Code/outline-server/tree/master/src/shadowbox Jigsaw-Code/outline-server#1518 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Outline manager includes URL management and port configuration.
Based on my interpretation of the code snippet below: "1024 <= num && num < 65536", it appears that the management port ranges from 1024 to 65536 and is assigned randomly.
Is it possible to customize the port and specify a specific port rather than a random one?
The rationale behind this request is that when using Outline as a VPN, some filtering systems may block server IPs if the port used is non-standard, leading to unreachable IPs. However, if we can utilize common ports like 443 or 80, or other well-known portal ports, they are less likely to be filtered.
Beta Was this translation helpful? Give feedback.
All reactions