Skip to content

Instantly share code, notes, and snippets.

View Sergi030's full-sized avatar
:octocat:
:octocat: :octocat: :octocat:

Sergi García Ibáñez Sergi030

:octocat:
:octocat: :octocat: :octocat:
  • Worldsensing
  • Barcelona, Catalunya, Spain
  • 23:29 (UTC +01:00)
View GitHub Profile
@deargle
deargle / client.conf
Last active November 2, 2025 00:02
OpenVPN server.conf and client.conf
##############################################
# Sample client-side OpenVPN 2.0 config file #
# for connecting to multi-client server. #
# #
# This configuration can be used by multiple #
# clients, however each client should have #
# its own cert and key files. #
# #
# On Windows, you might want to rename this #
# file so it has a .ovpn extension #
from multiprocessing import Pool
from subprocess import call, Popen, PIPE
from glob import glob
from datetime import datetime
import logging
import argparse
import json
from functools import partial
logging.basicConfig(level=logging.INFO,