mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-10-28 08:15:16 +01:00
8 lines
148 B
Nu
8 lines
148 B
Nu
def main [
|
|
interface: string
|
|
type: string
|
|
] {
|
|
mullvad disconnect;
|
|
http post 'https://login.wifionice.de/cna/logon' '';
|
|
mullvad connect;
|
|
}
|