Skip to content

Instantly share code, notes, and snippets.

View kray74's full-sized avatar

Vasiliy Biryukov kray74

  • 13:39 (UTC +05:00)
View GitHub Profile
@kray74
kray74 / awg-key-to-conf.py
Created August 14, 2024 15:45
Convert amnezia wireguard vpn key to wireguard config file
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import sys
import base64
import zlib
import json
from typing import Any