Asutorufa

Results 21 comments of Asutorufa

need some method to bind network type(ipv4,ipv6).

> need some method to bind network type(ipv4,ipv6). same as udp migrate id, specified in protocol.

after long time test, seems no problem for me.

Here has a relate problem https://github.com/tailscale/tailscale/issues/16713.

> 没太看明白😂,大佬可以举个例子吗 @yqs112358 大概这个意思,写的可能不太准确,但意思差不多 ```javascript let generateAbbrlink = function (data) { ... ... // calc abbrlinks if (!abbrlink || abbrlink == '0' || config.force) { ... ... model.cacheNewPostAbbrlink(data.source, abbrlink) //...

@yqs112358 我也不太熟悉这个流程,看了filter的文档,感觉写的模棱两可。 不过也许可以像这位兄弟一样直接操作db.json,反而更直观一点。 也不需要对db.json进行写操作,只需要拿到里面的历史文章的内容。 ![スクリーンショット 2024-12-13 11 28 08](https://github.com/user-attachments/assets/1307ce5c-bcc2-42d0-9e43-5079edd1772f)

> #国密签名证书 ssl_sign_certificate sign.pem; ssl_sign_certificate_key sign.key; > > #国密加密证书 ssl_enc_certificate enc.pem; ssl_enc_certificate_key enc.key; 请问是这样吗? @whbwyj, 这样子创建会失败,因为`kubernetes.io/tls`需要`tls.crt`,`tls.key`字段。 ```bash The Secret "default-ingress-tls" is invalid: * data[tls.crt]: Required value * data[tls.key]: Required value...

@nalind Thanks for you review, please check again.

The item referenced in the README `Amazon DynamoDB`,`AWS Lambda` and `Amazon SNS` is always free. You can see at

The `aws s3` also support `Use Path Style`, so consider setting `Use Path Style` to true. There are many S3-compatible implementations, such as `Cloudflare R2`, `Cephfs`, `SeaweedFS`, `Garage`, and `minio`.