Skip to content

Instantly share code, notes, and snippets.

View CarliJoy's full-sized avatar
💭
🚴 keep going

Kound CarliJoy

💭
🚴 keep going
  • Oldenburg (OL), Germany
View GitHub Profile
@CarliJoy
CarliJoy / find_connectable.py
Last active September 6, 2024 13:22
Try to find out what kind of connection work for the docker container.
import contextlib
import os
import socket
import sys
import urllib.parse
from collections.abc import Callable, Generator
from functools import cache
from itertools import product
from pathlib import Path
from time import perf_counter, sleep, time