Skip to content

maxisoft/rasdial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Rasdial

Library to manipulate windows VPN connections with Python programming language.
Behind the hood, this library use the rasdial command to perform desired actions.

This library allow to programmatically :
* (re)connect to a vpn
* disconnect a vpn connection
* get the current connected vpn connection's name

##example

import rasdial

rasdial.get_current_vpn()  # return the current vpn name as string
rasdial.connect('MyVpnConnection', 'user', 'password')  # connect to a vpn
rasdial.disconnect('MyVpnConnection')  # close a vpn connection

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages