Coder Social home page Coder Social logo

work_vpn's People

Contributors

litianjue avatar

Stargazers

 avatar  avatar

Watchers

 avatar

work_vpn's Issues

增加提示信息

目前有三种常见的错误没有提示信息

  1. 系统时间错误

2.虚拟网卡被禁用

3.虚拟网卡没有被禁用,但是没有开启DHCP,不能正常分配虚拟地址

设计一个TCP监听服务作为第三方调用的API

客户端启动的时候开启一个本地的TCP监听,
监听用户的请求及配置信息等
在界面上显示管理员登陆状态
保证一次只有一个客户端登陆
使用用户名密码登陆
用户名和密钥用加密算法加密成文件保密

USB 插拔消息

key
Disk&Ven_Generic-&Prod_Multi-Card&Rev_1.00#151218000857&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}

Vid_0bda&Pid_0309#151218000857#{a5dcbf10-6530-11d2-901f-00c04fb951ed}

tf card
Disk&Ven_Generic-&Prod_Multi-Card&Rev_1.00#151218000857&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}

Vid_0bda&Pid_0309#151218000857#{a5dcbf10-6530-11d2-901f-00c04fb951ed}

浏览器代理问题

之前把浏览器代理问题理解为openvpn的浏览器代理 --http
其实只是修改windows的注册表,使用浏览器代理
具体修改方法

     if(Proxy_Auto=="on")
        {
            reg->setValue("ProxyServer",ProxyServer);
            reg->setValue("ProxyEnable",1);
     }else
        {
            reg->setValue("ProxyEnable",0);
        }
找到程序退出点
    quitfrom_tray()
    {
        QSettings *reg = new QSettings("HKEY_CURRENT_USER\\SoftWare\\Microsoft\\Windows\\CurrentVersion\\Internet Settings",QSettings::NativeFormat);

            reg->setValue("ProxyEnable",false);
    }

[BUG] 开机启动托盘图标不在

这个问题有一定的偶然性,有时候多启动几次就好了
问题可能的原因

    1. 资源图片不能加载
    1. 测试发现写开机启动注册表信息的时候不一定是写到我们指定的路径(win7 )

暂时不能复现,搁置

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.