feat #3910: enhance IP detection method to prioritize local interface…#3911
Open
NabiKAZ wants to merge 1 commit intoMHSanaei:mainfrom
Open
feat #3910: enhance IP detection method to prioritize local interface…#3911NabiKAZ wants to merge 1 commit intoMHSanaei:mainfrom
NabiKAZ wants to merge 1 commit intoMHSanaei:mainfrom
Conversation
…nterface and improve reliability
Contributor
|
Hi If the server has several network interfaces, then we must first find out through which interface the default route is set and only then take its IP address, something like this (debian/ubuntu/rhel/alpine is supported this method) |
0dc4df2 to
f0f98c7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the pull request?
Fix #3910 - Add local network interface IP detection to avoid proxy interference. Now detects IP via ip addr first, falls back to external services, and allows user to manually override the detected IP.
About get SSL certificate.
Which part of the application is affected by the change?
Type of Changes
Screenshots