This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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="cezary@eko.one.pl"> | |
<link rel="icon" href="/easyconfig/favicon.ico"> | |
<title></title> | |
<link href="/easyconfig/bootstrap.min.css?v=1" rel="stylesheet"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |