auto-vpn
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A simple script to play with ConfigParser and Mechanize, auto fetches a password from a remote website
Connects to a remote website and fetches a password, or bails on failure.

Batteries not included. Requires a 'auto-vpn.conf' file that has the following setup:

"""
[auth]
url = 
email =
password = 
vpn_name = 
vpn_server = 

[etc]
result_regex = [a-z]+ -- (?P[a-zA-Z0-9]+)
ips_to_access = 123.123.123.123,123.123.123.124
"""

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。