Jump to content

Sebastian Daza

Member
  • Posts

    54
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Sebastian Daza

  1. Hello, 

    I am writing a workflow to unload tun and tap. Here my script action:

     

    /bin/bash

     

    sudo kextunload -b foo.tun
    sudo kextunload -b foo.tap
     
     
    The problem is that terminal asks me a password (my account password). I don't know how to bypass the authorization step. After that, the workflow would open an VPN application.
     
    I am using different VPN programs that probably active tun and tap every time I restart my laptop. 
     
    Any ideas? Thanks!
×
×
  • Create New...