Skip to content

Instantly share code, notes, and snippets.

View AnyoeDove's full-sized avatar
🎧
熊木杏里 - しんきろう

Anyoe AnyoeDove

🎧
熊木杏里 - しんきろう
  • 14:41 (UTC +08:00)
View GitHub Profile
# DNSCrypt DNS stamp
echo | openssl s_client -connect '<IP_ADDRESS>:<PORT>' -servername <SERVER_NAME> 2>/dev/null | openssl x509 -outform der | openssl asn1parse -inform der -strparse 4 -noout -out - | openssl dgst -sha256
# Stubby base64 digest
echo | openssl s_client -connect '<IP_ADDRESS>:<PORT>' -servername <SERVER_NAME> 2>/dev/null | openssl x509 -pubkey -noout | openssl pkey -pubin -outform der | openssl dgst -sha256 -binary | openssl enc -base64
# AliDNS
https://123321.alidns.com/dns-query
https://123456.alidns.com/dns-query
https://123123.alidns.com/dns-query
@AnyoeDove
AnyoeDove / easyconfig.html
Last active October 13, 2023 19:22
easyconfig zh-CN
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="[email protected]">
<link rel="icon" href="/easyconfig/favicon.ico">
<title></title>
<link href="/easyconfig/bootstrap.min.css?v=1" rel="stylesheet">
@AnyoeDove
AnyoeDove / gwdang.user.js
Last active January 31, 2023 20:21
购物党比价脚本,@include 列表来自官方脚本 https://greasyfork.org/zh-CN/scripts/436876
// ==UserScript==
// @name 购物党比价脚本
// @description 购物党比价脚本,@include 列表来自官方脚本 https://greasyfork.org/zh-CN/scripts/436876
// @version 0.0.4
// @run-at document-idle
// @updateURL https://gist.githubusercontent.com/AnyoeDove/476f529e68e9b3f6a7ae6fa707e148be/raw/gwdang.user.js
// @downloadURL https://gist.githubusercontent.com/AnyoeDove/476f529e68e9b3f6a7ae6fa707e148be/raw/gwdang.user.js
// @grant none
// @namespace no
// @require https://cdn.gwdang.com/js/gwdang-notifier.js