Delete main.py
This commit is contained in:
parent
737716f8eb
commit
2376068595
17
main.py
17
main.py
|
@ -1,17 +0,0 @@
|
||||||
#! /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'
|
|
Loading…
Reference in New Issue