非常推荐这个镜像,让容器连接代理服务器。而且原本的代码不用做任何的改动,代理容器本身是作为透明代理。简单来说就是方便地给你的容器挂一个梯子。
https://x.com/nekocode_cn/status/1859217539492106552
1️⃣ 在服务器上配置并启动你的代理客户端/容器
2️⃣ 启动一个 redsocks 容器来代理容器内的网络流量到你的代理客户端/容器(推荐个 redsocks 镜像: https://github.com/mietzen/docker-redsocks-proxy
3️⃣ 把你要代理的应用的容器的 network_mode 设置为 redsocks 容器 id,共享网络栈
它比起设置 HTTP_PROXY 环境变量的好处是能更彻底的代理所有流量。
举个简单的例子:
https://x.com/nekocode_cn/status/1859217539492106552
厘米碎碎念
非常推荐这个镜像,让容器连接代理服务器。而且原本的代码不用做任何的改动,代理容器本身是作为透明代理。简单来说就是方便地给你的容器挂一个梯子。 1️⃣ 在服务器上配置并启动你的代理客户端/容器 2️⃣ 启动一个 redsocks 容器来代理容器内的网络流量到你的代理客户端/容器(推荐个 redsocks 镜像: https://github.com/mietzen/docker-redsocks-proxy 3️⃣ 把你要代理的应用的容器的 network_mode 设置为 redsocks 容器 id,共享网络栈…
好猛,是抖音阿里老哥,https://github.com/nekocode
GitHub
nekocode - Overview
Hack the world! nekocode has 83 repositories available. Follow their code on GitHub.
chatgpt 发布大会员 200刀一个月。
https://x.com/sama/status/1864736282276171810
chatgpt pro. $200/month. unlimited usage and even-smarter mode for using o1.
https://x.com/sama/status/1864736282276171810
厘米碎碎念
React v19 is now available https://react.dev/blog/2024/12/05/react-19
import {use} from 'react';
太抽象了,这个新的 API。
Touitomamout is an easy way to synchronize your Twitter's tweets 🦤 to Mastodon 🦣 and Bluesky post ☁️ (also known as Twitter to Mastodon & Bluesky crossposter)
https://github.com/louisgrasset/touitomamout
https://github.com/louisgrasset/touitomamout
GitHub
GitHub - louisgrasset/touitomamout: Touitomamout is an easy way to synchronize your Twitter's tweets 🦤 to Mastodon 🦣 and Bluesky…
Touitomamout is an easy way to synchronize your Twitter's tweets 🦤 to Mastodon 🦣 and Bluesky post ☁️ (also known as Twitter to Mastodon & Bluesky crossposter) - louisgrasset/touitomamout
调试自动脚本的时候,意外发现了注册谷歌邮箱不用绑定手机号的方法。没有任何特殊设置,唯一的不同就是入口不同,不是直接从注册页面进去。就是不知道存活率如何,先搞一批看看。效果好的话,回头用住宅 IP 批量跑一下。