Skip to content

Instantly share code, notes, and snippets.

View varavut's full-sized avatar

Varavut Lormongkol varavut

View GitHub Profile
furyform.com, www.furyform.com {
tls [email protected]
proxy / furyform.com:3000 {
transparent
}
}
2bedev.com, www.2bedev.com {
tls [email protected]
proxy / 2bedev.com:2368 {
using System;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Net.Sockets;
namespace DnsCall
{
class Program
{
(function f() {
async function sleep(mills) {
return new Promise((resolve, reject) => {
setTimeout(() => {
return resolve()
}, mills)
})
}
async function getPerformanceData() {
const maxTry = 10;