Git Product home page Git Product logo

Comments (2)

dsommers avatar dsommers commented on August 31, 2024 2

You need to import the configuration as a persistent configuration. As indicated in the openvpn3-config-import(1) man page:

   -p, --persistent
          By default, the configuration profile is kept  in  memory  only,
          and it is wiped when the configuration manager service restarts.
          When adding this option the profile becomes persistent and  will
          be  automatically  loaded  each  time  the configuration manager
          starts.

You can also set the new config name during import, using the --name argument toopenvpn3 config-import; also described in the man page - and openvpn3 config-import --help.

$ openvpn3 config-import --help
openvpn3: config-import - Import configuration profiles

   -h | --help                 - This help screen
   -c | --config CFG-FILE      - Configuration file to import
   -n | --name NAME            - Provide a different name for the configuration (default: CFG-FILE)
   -p | --persistent           - Make the configuration profile persistent through service restarts

Also, if you have bash-completion installed, all the openvpn3 commands, arguments and option vlaues should work with auto-completion out-of-the-box; which makes typing easier as well.

from openvpn3-linux.

 avatar commented on August 31, 2024

i have no idea how I've missed it 😅
thanks

from openvpn3-linux.

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.