9 lines
148 B
Text
9 lines
148 B
Text
|
def main [
|
||
|
interface: string
|
||
|
type: string
|
||
|
] {
|
||
|
mullvad disconnect;
|
||
|
http post 'https://login.wifionice.de/cna/logon' '';
|
||
|
mullvad connect;
|
||
|
}
|