古大羊

Results 9 comments of 古大羊

后台是不是应该增加一个参数,用来自定义时区,这样就不需要zoneinfo 包之类的了. 我原来使用ddns-go的时候也有遇到这个时区的问题,后来我的 https://github.com/gdy666/lucky 用了 var cstZone = time.FixedZone("CST", 8*3600) time.Local = cstZone 来强制设置为东八时区,凑合用用.

只需要先判断reg变量是不是纯数字,是纯数字就按IP列表索引取地址,不是纯数字就按照原来的正则匹配,实现起来比较简单.

http_util.go的第63行下加上 TLSClientConfig: &tls.Config{InsecureSkipVerify: true}, 这行代码忽略证书验证就可以了.

> > http_util.go的第63行下加上 > > ``` > > TLSClientConfig: &tls.Config{InsecureSkipVerify: true}, > > ``` > > > > > > > > > > > > > > > >...

> 我在光猫的telnet里能运行时碰到了这个: > > > #./ddns-go > > 2022/07/16 19:55:05 可使用 sudo ./ddns-go -s install 安装服务运行 > > 2022/07/16 19:55:05 监听 :9876 ... > > 2022/07/16 19:55:05 第一次运行将等待 20 秒后运行...

https://github.com/gdy666/lucky 我在ddns-go基础上有改进,可以自定义callback 请求头,有需要可以试试.

the overlay in frontend\src\components\header\HeaderBar.vue Add a display condition “layoutStore.currentPromptName == 'sidebar'” Is it more appropriate?

[fixed it]()https://github.com/filebrowser/filebrowser/pull/3200

https://github.com/filebrowser/filebrowser/assets/2849711/01b4388f-39f9-4ee4-b3e6-af39df6eda2a I tried to modify it