2022年12月9日
摘要: 使用openssl实现非对称加、解密: 一、生成密钥,该密钥使用des3加密 openssl genrsa -out private.key -des3 2048 二、生成对应公钥 openssl rsa -in private.key -pubout -out pubkey.key 三、使用公钥对 阅读全文
posted @ 2022-12-09 19:34 小头爸爸~ 阅读(147) 评论(0) 推荐(0) 编辑
  2022年5月26日
摘要: 国内规则源 https://halflife.coding.net/p/list/d/list/git/raw/master/ad.txt https://halflife.coding.net/p/list/d/list/git/raw/master/ad2.txt https://halflif 阅读全文
posted @ 2022-05-26 12:04 小头爸爸~ 阅读(1084) 评论(0) 推荐(0) 编辑
  2022年4月29日
摘要: [TOC] 阅读全文
posted @ 2022-04-29 11:53 小头爸爸~ 阅读(707) 评论(0) 推荐(0) 编辑
  2022年3月19日
摘要: DNS解析 阅读全文
posted @ 2022-03-19 19:33 小头爸爸~ 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 安装 sudo apt-get install wireguard 阅读全文
posted @ 2022-03-19 11:46 小头爸爸~ 阅读(114) 评论(0) 推荐(0) 编辑