Optimize network interface configuration for macOS and FreeBSD#1853
Open
deddey wants to merge 2 commits intoEasyTier:mainfrom
Open
Optimize network interface configuration for macOS and FreeBSD#1853deddey wants to merge 2 commits intoEasyTier:mainfrom
deddey wants to merge 2 commits intoEasyTier:mainfrom
Conversation
…id hard-coded IP addresses 在macOS和FreeBSD的tun接口中,不再使用硬编码的固定IP地址作为对端地址,避免潜在的地址冲突。EasyTier使用内建路由机制来处理流量,配置成接口IP更合适。
Member
|
|
Contributor
Author
没macos,在freebsd 14.1下测试没看到有啥问题 |
Member
|
ok,我在 mac 上试试,如果测试没有问题就合并 |
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.
在macOS和FreeBSD的tun接口中,不再使用硬编码的固定IP地址(10.8.8.8)作为对端地址,避免潜在的地址冲突。EasyTier使用内建路由机制来处理流量,配置成接口IP更合适。