i hate nix
This commit is contained in:
parent
88401c01be
commit
9da6b54f5c
10 changed files with 59 additions and 55 deletions
8
modules/net/dispatchers/hooks/WIFIonICE.nu
Normal file
8
modules/net/dispatchers/hooks/WIFIonICE.nu
Normal file
|
@ -0,0 +1,8 @@
|
|||
def main [
|
||||
interface: string
|
||||
type: string
|
||||
] {
|
||||
mullvad disconnect;
|
||||
http post 'https://login.wifionice.de/cna/logon' '';
|
||||
mullvad connect;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue