i hate nix

This commit is contained in:
Schrottkatze 2025-08-30 01:51:31 +02:00
parent 88401c01be
commit 9da6b54f5c
10 changed files with 59 additions and 55 deletions

View file

@ -0,0 +1,8 @@
def main [
interface: string
type: string
] {
mullvad disconnect;
http post 'https://login.wifionice.de/cna/logon' '';
mullvad connect;
}