Skip to content

Instantly share code, notes, and snippets.

@ofou
ofou / servers.csv
Created April 11, 2021 06:15
List of servers to test speedtest-cli
We can't make this file beautiful and searchable because it's too large.
Country,City,Provider,Host,ID
Abkhazia,Sukhum,Aquafon GSM,62.182.8.78:8080,9058
Abkhazia,Sukhum,"Systema, LTD",cyxym.net:8080,5089
Abkhaziya,Sukhum,A-Mobile,speedtest.a-mobile.biz:8080,9714
Afghanistan,Herat,Afghan Wireless,hrtspeedtest.afghan-wireless.com:8080,9622
Afghanistan,Kabul,Afghan Telecom,sp1.afghantelecom.af:8080,11019
Afghanistan,Kabul,etisalat Afghanistan,speedtest.etisalat.af:8080,21807
Afghanistan,Kabul,Afghan Wireless,speedtest.afghan-wireless.com:8080,5189
Afghanistan,Kabul,Afghan Wireless Communication Company,kdzspeedtest.afghan-wireless.com:8080,13501
Afghanistan,Kabul,Insta Telecom,speedtest.instatelecom.com:8080,12798
@luckman212
luckman212 / hopfinder.sh
Last active June 12, 2025 00:35
hopfinder.sh - find good candidates for gateway monitoring (dpinger) in pfSense
#!/bin/sh
# hopfinder for pfSense
# finds nearby upstream targets for gateway monitoring
# gist: e5df683d8b11dd68aef3255efc22e611
list_ifs() {
/usr/local/bin/php <<EOP
<?php
require_once('interfaces.inc');
@megrxu
megrxu / client-config.json
Last active October 13, 2024 18:35
v2ray | WebSocket + VMess/VLess + TLS
{
"inbounds": [
{
"port": 1080,
"listen": "127.0.0.1",
"protocol": "socks",
"settings": {
"udp": false
}
}