Skip to content

Instantly share code, notes, and snippets.

View machsix's full-sized avatar
🚀
Trip to Mars

MachX machsix

🚀
Trip to Mars
View GitHub Profile
// https://stackoverflow.com/questions/48014050/wait-promise-inside-for-loop
// let each promise in for to finish
function test(n) {
let promiseChain = Promise.resolve();
for (let i = 0; i < n; i++) {
const makePromise = (j) => () => new Promise((resolve,reject)=> {
setTimeout(resolve, j*1000);
}).then(()=>{
console.log(j);
if (j < 5 ) {
#!/bin/bash
# CHANGE THESE
API=1aeb5xxxxxxxxxx9dd194c56d07caf311
EMAIL="example@gmail.com"
DOMAIN="example.net"
LOG_DEV="/var/log/ddns.json"
get_zone_id () {
local zone_id=`curl -fs -X GET "https://api.cloudflare.com/client/v4/zones" \
! Title: Personal_filter by machsix
! Expires: 4 days
! Download link: https://gist.githubusercontent.com/machsix/bc579deb5b8138a0a1ce8b36b152a30c/raw/
anime1.me##script:inject(abort-on-property-read.js, eSX9S3upNm)
||xr0*.cc^$script
||xr0*.xyz^$script
||worldcup1.com/imgs/*.gif$image
@machsix
machsix / v2ray.html
Last active December 29, 2022 23:54
v2ray
<table style="max-width:1300px;">
<thead>
<tr>
<th><i class="fa fa-qrcode" aria-hidden="true"></i></th>
<th align="center">Address</th>
<th align="right">Port</th>
<th align="center">UID</th>
<th align="center">Network</th>
<th align="center">Path</th>
<th align="center">TLS</th>
#
# Original idea:
# https://discourse.haproxy.org/t/haproxy-unable-to-redirect-to-https-when-terminating/2158
#
# Stats:
# https://blog.sleeplessbeastie.eu/2020/01/29/how-to-use-haproxy-stats-socket
#
# Global
global