hellodword
hellodword
It'll be like: ```sh curl ifconfig.me --interface eth1 ``` With cproxy[^1]: ```sh cproxy --interface eth1 -- curl ifconfig.me ``` [^1]: [Route the traffic over specific interface for a process in...
Thanks for this great tool! As an example: ``` ├── do_not_share ├── share.1 └── share.2 ``` For now, if I want to exclude (or include) some files under the same...
## Summary Now cyberchef has `Generate_TOTP` operation, I'd like to see if it has `Generate_TOTP_Code` (just like what Google Authenticator does) and `Validate_TOTP`. ### Example Input operation: `Generate_TOTP_Code` secret: `MJ4VUY2LJ5HFI7LUHZBTC3S3MYXFGXLIOVEDYRRGMM3XGIKHHE2A`...
以下均为 Linux。 使用中发现用 [hysteria 的 socks5_outbound 转发 v2ray 的 socks5 inbound](https://github.com/HyNetwork/hysteria/issues/324#issuecomment-1125721601) 影响 dig 命令,于是排查复现了一番。 先上配置文件: v2ray.json ```json { "inbounds": [ { "port": 60000, "listen": "127.0.0.1", "protocol": "socks", "sniffing": { "enabled":...
> [always fail](https://github.com/cloudflare/cloudflared/actions/workflows/check.yaml?query=event%3Apush) I checked and found that ticker of golang in github actions is [not working as expected](https://github.com/hellodword/darwin/actions/runs/1975056225), and maybe this is [the reason](https://github.com/golang/go/commit/4ffa2f1c23d5d43be18c4ebf74ca553119683670). > overloaded or slow systems...
just like the upstream_dns_file
add DoH3
As @ainar-g [said](https://github.com/AdguardTeam/AdGuardHome/issues/3955#issuecomment-997836595), > AFAIK, the Go standard library currently doesn't support HTTP/3, and probably won't until it graduates the draft standard phase. Once it does, the Go standard library...
Just like archivebox, I think archivebox is very nice, but there're two issues: 1. slow, not a big deal; 2. custom automation for special pages (lazy loading for example), [this...
停止服务
抱歉让各位失望了,本项目[经历 278 天](https://github.com/hellodword/wechat-feeds/commit/c041807fa218ade43725320d7a54daf1f87fdf3c),在此要和各位说再见了。 也没有什么别的原因,就是单纯成本**激增**(原本在我一番操作后每月成本已经为 0),这一点我也曾多次预料到,只是没想到来得这么快。 决定暂时 archive,后面如果能恢复还是会继续服务(对本项目来说很渺茫)。 #3824 #2471
关于允许指定标题: 正常逻辑下我们应当遵循源的 title,但是例如 `https://github.com/indes.atom` 和 `https://github.com/torvalds.atom` 的 Title 是一样的,又或者有些源的 title 非常潦草敷衍,让源变得规范很多时候是很困难的,我们可以考虑提供这样一个不破坏原有逻辑的兼容方案。 --- 关于 source 添加 description: ```go type Source struct { ID uint `gorm:"primary_key;AUTO_INCREMENT"` Link string Title string ErrorCount uint...