摘要:
http://ftp.gnu.org/gnu/gcc/gcc-11.2.0/ http://ftp.gnu.org/gnu/gcc/gcc-11.2.0/gcc-11.2.0.tar.gz gcc++依赖包:wget ftp://gcc.gnu.org/pub/gcc/infrastructure/ 阅读全文
posted @ 2022-01-06 14:46
牛粪也香
阅读(224)
评论(0)
推荐(0)
摘要:
iptables -t nat -I POSTROUTING -p tcp --dport 321 -d 172.17.28.68 -j MASQUERADE 设置转发: iptables -t nat -I PREROUTING -s 171.0.0.0/8 --dport 1230 -j DNA 阅读全文
posted @ 2022-01-06 09:46
牛粪也香
阅读(142)
评论(0)
推荐(0)