mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-26 14:15:56 +03:00
[GH-ISSUE #31] 与苹果推送服务器传输数据失败【dock方式自建】 #27
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @mhqschen on GitHub (Feb 3, 2021).
Original GitHub issue: https://github.com/Finb/bark-server/issues/31
level=error msg="Error:%!(EXTRA *url.Error=Post "https://api.push.apple.com/3/device/32b4cfcd**4270a8d325ec56fa2c": dial tcp: lookup api.push.apple.com on 127.0.0.11:53: read udp 127.0.0.1:55741->127.0.0.11:53: i/o timeout)"
@mhqschen commented on GitHub (Feb 4, 2021):
发现问题了,怎么是127.0.0.11:53。。。求更新🤣
@mritd commented on GitHub (Feb 4, 2021):
这个问题是由于你本地 DNS 解析失败造成的,对于比较新的系统,例如 Ubuntu 20,系统 DNS 回被 systemd-resolved 接管,这个地址正是 resolved 监听的地址
@mhqschen commented on GitHub (Feb 4, 2021):
谢谢提醒,发现问题了。 vi /etc/sysctl.conf后net.ipv4.ip_forward = 1解决了。