Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support custom dns config #33

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

cxz66666
Copy link
Collaborator

支持自定义dns解析,防止zju dns抽风, 关联 #32

@Mythologyli
Copy link
Owner

custom_dns = [
    { host_name = "appservice.zju.edu.cn", ip = "10.203.8.198"},
    { host_name = "cc98.org", ip = "10.10.98.98"}
]

cc98.org 的地址应该不是 10.10.98.98,www.cc98.org 才是 10.10.98.98

@cxz66666
Copy link
Collaborator Author

custom_dns = [
    { host_name = "appservice.zju.edu.cn", ip = "10.203.8.198"},
    { host_name = "cc98.org", ip = "10.10.98.98"}
]

cc98.org 的地址应该不是 10.10.98.98,www.cc98.org 才是 10.10.98.98

👍 了解了,我改下

@Mythologyli Mythologyli mentioned this pull request Sep 22, 2023
@Mythologyli Mythologyli merged commit 9ed7520 into Mythologyli:main Sep 22, 2023
@Mythologyli
Copy link
Owner

感谢~

@cxz66666 cxz66666 deleted the add-custom-dns branch September 22, 2023 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants