mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #753] [bug]1.8 mipsle 时间获取有问题。 #590
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#590
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 @huoban on GitHub (May 8, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/753
[SLT /bin]# date
Tue May 8 10:44:39 CST 2018
[SLT /bin]# frps -c /tmp/frp/myfrps.ini
2018/05/08 02:44:43 [I] [service.go:96] frps tcp listen on 0.0.0.0:7000
2018/05/08 02:44:43 [I] [service.go:164] Dashboard listen on 0.0.0.0:7500
2018/05/08 02:44:43 [I] [root.go:190] Start frps success
2018/05/08 02:44:48 [ERR] yamux: Invalid protocol version: 1
2018/05/08 02:44:48 [W] [service.go:247] Accept new mux stream error: invalid protocol version
2018/05/08 02:44:53 [ERR] yamux: Invalid protocol version: 1
2018/05/08 02:44:53 [W] [service.go:247] Accept new mux stream error: invalid protocol version
^C
路由器
mtk 7620
固件 Padavan(http://www.right.com.cn/forum/thread-161324-1-1.html)
疑似bug问题
frp的时间 +时区8 =date时间。。。
经测试 ,frpc 与 frps 都有同样的问题
frp没有增加时区的偏差。
建议!
在后续版本中。。
frp 内置获取时间。
在frp启动时,先获取时间。
之后在进行frp功能流
最后 在定时个每6小时 获取矫正下时间。
这样不管任何时区,任何电脑时间。
起码在frp之间 保证时间的统一性
@rsd1987 commented on GitHub (May 9, 2018):
在MIAN函数增加时区设置即可
@RezaFeng commented on GitHub (May 14, 2018):
同样出现这个问题,要在main函数里怎么改?
@RukawaKaede commented on GitHub (Aug 23, 2018):
同遇到这个问题,和huoban同样的情况,时区总是和系统时区不一致