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:
View GitHub Profile
@deargle
deargle / client.conf
Last active June 1, 2024 12:32
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,