浮生
浮生
Good idea. Can you mention a PR? And add some note about administrator privilege on windows [here](https://github.com/FlowerWrong/tun2socks/blob/master/config.example.ini#L37-L48)
Also, welcome to pull request.
Because of the changes of netstack, there are lots of work to do for support linux arm. eg `vnetHdrToByteSlice`, If you are familiar with golang, you can try the master...
Also, you can try https://github.com/FlowerWrong/tun2socks/releases/tag/0.7 this version, but I am not sure.
大致看了下,原理应该是和[kone](https://github.com/xjdrew/kone) 类似,本地启动一个fake dns server,根据[配置的域名规则fake domain](https://github.com/dawei101/shadowsocks-android-java/blob/master/app/src/main/res/raw/config)是否返回`fake ip`,由此将`fake domain`的流量导入到tun设备,然后通过nat session巧妙的将网络层流量转为传输层流量,主要是重复利用系统的协议栈(也就是nat后重新写入到tun设备),这里也可以用一个用户态的协议栈。后面的就简单了,通过http或者socks代理出去。
the same with https://github.com/hwchase17/langchain/issues/2091
My temporary solution is: ```sql update graphile_worker.jobs set locked_by = null, locked_at = null where locked_at IS NOT NULL and locked_by IS NOT NULL; update graphile_worker.job_queues set locked_by = null,...
Just pass this parameter openai_api_base see https://github.com/hwchase17/langchain/blob/master/langchain/llms/openai.py#L148 ```python ChatOpenAI( temperature=temperature, max_tokens=2000, model_name=api_key.model, openai_api_key=api_key.api_key, openai_api_base=api_key.api_base, ) ```