Skip to content

Instantly share code, notes, and snippets.

@jauderho
jauderho / Time Servers with NTS support.md
Last active June 13, 2024 19:03
A curated list of NTP time servers that support NTS
@hcmiya
hcmiya / 001-proxy.md
Last active May 21, 2024 08:00
Quick example of federating with darknet instances from clearnet

Quick example of federating with Tor instances from clearnet

figure1

Install and configure Tor / Privoxy

# apt install privoxy tor
@mutin-sa
mutin-sa / Top_Public_Time_Servers.md
Last active July 17, 2024 01:35
List of Top Public Time Servers

Google Public NTP [AS15169]:

time.google.com

time1.google.com

time2.google.com

time3.google.com

#! /usr/bin/env python
import sys
import random
import argparse
import requests
import irc.client
import jaraco.logging
from apscheduler.schedulers.background import BackgroundScheduler
from datetime import datetime