[GH-ISSUE #31] 与苹果推送服务器传输数据失败【dock方式自建】 #27

Closed
opened 2026-03-03 11:55:29 +03:00 by kerem · 3 comments
Owner

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)"

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)"
kerem closed this issue 2026-03-03 11:55:29 +03:00
Author
Owner

@mhqschen commented on GitHub (Feb 4, 2021):

发现问题了,怎么是127.0.0.11:53。。。求更新🤣

<!-- gh-comment-id:772964473 --> @mhqschen commented on GitHub (Feb 4, 2021): 发现问题了,怎么是127.0.0.11:53。。。求更新🤣
Author
Owner

@mritd commented on GitHub (Feb 4, 2021):

这个问题是由于你本地 DNS 解析失败造成的,对于比较新的系统,例如 Ubuntu 20,系统 DNS 回被 systemd-resolved 接管,这个地址正是 resolved 监听的地址

<!-- gh-comment-id:772980110 --> @mritd commented on GitHub (Feb 4, 2021): 这个问题是由于你本地 DNS 解析失败造成的,对于比较新的系统,例如 Ubuntu 20,系统 DNS 回被 systemd-resolved 接管,这个地址正是 resolved 监听的地址
Author
Owner

@mhqschen commented on GitHub (Feb 4, 2021):

谢谢提醒,发现问题了。 vi /etc/sysctl.conf后net.ipv4.ip_forward = 1解决了。

<!-- gh-comment-id:772986598 --> @mhqschen commented on GitHub (Feb 4, 2021): 谢谢提醒,发现问题了。 vi /etc/sysctl.conf后net.ipv4.ip_forward = 1解决了。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bark-server#27
No description provided.