Skip to content

Instantly share code, notes, and snippets.

View mastermind88's full-sized avatar
🎯
Focusing

mastermind88

🎯
Focusing
View GitHub Profile
@mastermind88
mastermind88 / client-config.json
Created December 5, 2023 15:52 — forked from megrxu/client-config.json
v2ray | WebSocket + VMess/VLess + TLS
{
"inbounds": [
{
"port": 1080,
"listen": "127.0.0.1",
"protocol": "socks",
"settings": {
"udp": false
}
}
@mastermind88
mastermind88 / KB-Buying-guide-EU.md
Created February 20, 2023 10:38 — forked from henfiber/KB-Buying-guide-EU.md
Buying keyboards and keyboard components from EU

Europe

@mastermind88
mastermind88 / cloudflare_update.script
Created January 29, 2022 00:44 — forked from asuna/cloudflare_update.script
Automatic script for Mikrotik RouterOS updating record on CloudFlare.
#########################################################################
# ================================================== #
# $ Mikrotik RouterOS update script for CloudFlare $ #
# ================================================== #
# #
# - You need a CloudFlare account & api key (look under settings), #
# a zone and A record in it #
# - All variables in first section are obvious, except CFid, #
# To obtain CFzoneid use following command in any unix shell: #
# curl -X GET "https://api.cloudflare.com/client/v4/zones" -H "X-Auth-Email: YOUR_EMAIL" -H "X-Auth-Key: YOUR_API_KEY" -H "Content-Type: application/json" | python -mjson.tool