hsapi-client/main.py

18 lines
328 B
Python

#! /usr/bin/env python3
# vim:fenc=utf-8
#
# Copyright © 2024 andre <andrea@mistrali.pw>
#
# Distributed under terms of the MIT license.
"""
"""
import headscale_api_client
import os
os.environ['HS_API_TOKEN']='09-Cd1WbZw.uohjzoBQ2x1Bf9fsu5lXjzK03oO8oX9Mkty8AhESOos'
os.environ['HS_SERVER']='https://headscale.arringo.co'