An

Results 14 comments of An

有个差得多的错误😂, 从源里面安装和我自己按照[Zhuo](https://github.com/AlexZhuo/openwrt-redsocks2) 的文档编译的包,也会有这个问题 ![image](https://github.com/semigodking/redsocks/assets/676412/e8d2db92-6fda-4908-aad1-fc4d7c6f340f) 这个文件总共才15行 ``` base { log_debug = off; log_info = on; daemon = on; redirector= iptables; } redsocks { bind = "0.0.0.0:1081"; relay = "xx"; type =...

感谢回复,可能是我昨天哪里没有编译正确,今天根据文档的说明,简单写了一个脚本编译,就没问题了 ```bash #!/bin/bash openwrt_sdk_url='https://downloads.openwrt.org/releases/21.02.3/targets/ramips/mt7621/openwrt-sdk-21.02.3-ramips-mt7621_gcc-8.4.0_musl.Linux-x86_64.tar.xz' openwrt_sdk_filename=$(basename "${openwrt_sdk_url}") uncompress_dir=$(echo "openwrt_sdk_filename" | sed 's/.tar.xz$//g') rm -rf "${uncompress_dir}" if [[ !-f "${openwrt_sdk_filename}" ]] then wget "${openwrt_sdk_url}" fi tar xf "${openwrt_sdk_filename}" cd "${uncompress_dir}" git clone...

same problem template: ``` {{datetime build.started "2006-01-02 15:04:05" "Asia/Shanghai"}} ``` error: ![image](https://user-images.githubusercontent.com/676412/144543274-136876db-a34a-459b-bdfc-162731ae8d64.png)

初学React 在 Ant Design Pro 中看到了这样的写法,谢谢解惑! 我想转载到自己的博客,可以不?