mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-05 11:17:23 +02:00
8 lines
148 B
Text
8 lines
148 B
Text
def main [
|
|
interface: string
|
|
type: string
|
|
] {
|
|
mullvad disconnect;
|
|
http post 'https://login.wifionice.de/cna/logon' '';
|
|
mullvad connect;
|
|
}
|