GithubHelp home page GithubHelp logo

[ENHANCEMENTS] how to upgrade about zoraxy HOT 2 CLOSED

barto95100 avatar barto95100 commented on September 25, 2024
[ENHANCEMENTS] how to upgrade

from zoraxy.

Comments (2)

barto95100 avatar barto95100 commented on September 25, 2024 1

It's OK

for other people this is the structure diff V2 to V3:

V2

{
 "ProxyType": "subd",
 "Rootname": "accueil.xxxxxx.fr",
 "ProxyTarget": "192.168.99.12:900",
 "UseTLS": false,
 "BypassGlobalTLS": false,
 "SkipTlsValidation": false,
 "RequireBasicAuth": false,
 "BasicAuthCredentials": [],
 "BasicAuthExceptionRules": null
}

v3

{
 "ProxyType": 1,
 "RootOrMatchingDomain": "accueil.xxxxxx.fr",
 "Domain": "192.168.99.12:900",
 "RequireTLS": false,
 "BypassGlobalTLS": false,
 "SkipCertValidations": false,
 "VirtualDirectories": [],
 "UserDefinedHeaders": [],
 "RequireBasicAuth": false,
 "BasicAuthCredentials": [],
 "BasicAuthExceptionRules": [],
 "DefaultSiteOption": 0,
 "DefaultSiteValue": "",
 "Disabled": false
}```

from zoraxy.

tobychui avatar tobychui commented on September 25, 2024

There is no upgrade to the v3 from v2. I would recommend cloning the v3 to a different folder and build from there.
To move the certificates from Zoraxy v2 to v3, rename the file extension from .crt to .pem in the 'conf/certs/' folder. Other than that the rest of the rules have to be manually updated. You can find the new config structure over here.

from zoraxy.

Related Issues (20)

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.