Giter Site home page Giter Site logo

vpn4in1's Introduction

vpn4in1

Author:Crazw

E-mail:[email protected]

Blog:http://www.crazw.com/

=======

vpn4in1组件:

    pptp+openvpn(obfsproxy)+l2tp+shadowsocks

======= 安装方式:

    git clone https://github.com/crazw/vpn4in1.git
  
    cd vpn4in1/
  
    sh vpn4in1.sh 2>&1 | tee vpn4in1.log

======= 笔记: 1.安装日志:vpn4in1.log

    2.obfsproxy用于OpenVPN的流量混淆
    
    3.iptables路径:/etc/sysconfig/iptables
    
    4.obfsproxy的全局keys和server.conf放在/etc/openvpn目录下
    
    5.xl2tp【secret:zoa****.com user:echo passwd:110110】
    
    6. ShadowSocks的配置:/usr/local/conf/public.json文件
    	{
    	    "server":"0.0.0.0",
    	    "server_port":8888,
    	    "local_port":65500,
    	    "password":"110110",
    	    "timeout":600,
    	    "method":"table"
    	}
    	
    7.相关服务端口:ShadowSocks(TCP 8888)    Pptp(TCP 1723)     L2tp(TCP 1701 && UDP 1701)
                   Remote Desktop Services(TCP 3389)    SSH Remote Login Protocol(TCP 22) 
                   Ipsec(TCP 500)  Ipsec(UDP 4500)(仅供参考)
                   
    8.windows测试连接shadowsocks可以使用Freedbox.exe

vpn4in1's People

Contributors

crazw avatar

Watchers

M69W avatar

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.