summaryrefslogtreecommitdiff
path: root/docs/configuration/interfaces/openvpn.rst
AgeCommit message (Collapse)Author
2026-05-06feat: flip swap mechanism — MD as primary, RST as override (Phase 1)Yuriy Andamasov
This is the first of three phases inverting the per-page swap mechanism so MD becomes the canonical primary and RST becomes the rare override. Phase 1 — file renames + conf.py exclude_patterns flip only: - Rename docs/**/md-<stem>.md to docs/**/<stem>.md (drop md- prefix) for all 254 stems previously listed in docs/_swap.txt - Rename docs/**/<stem>.rst to docs/**/rst-<stem>.rst (add rst- prefix) for the same 254 stems - Repurpose docs/_swap.txt as docs/_rst_overrides.txt; initially empty comment-only since no pages need the RST fallback right now - conf.py exclude_patterns flipped: rst-*.rst is now excluded by default instead of md-*.md - conf.py runtime-artifact references updated to _rst_override_state.json and _md_exclude.txt (Phase 2 will rewrite swap_sources.py to produce these names; for now no swap script runs because overrides list is empty) Phase 2 (next commit on this branch) will rewrite scripts/swap_sources.py with inverted rename direction, delete scripts/import_myst.py + tests, and update tests/test_swap_sources.py for the new semantics. Phase 3 will be the cleanup pass and ready-for-review flip. Generated by robots https://vyos.io
2026-03-02DOC: Proofread openvpn.rst (#1778)LiudmylaNad
* DOC: Proofread openvpn.rst * Update openvpn.rst
2025-12-31openvpn: T7633: Add support for 'data-ciphers-fallback' in site-to-site tunnelsOleksandr Kuchmystyi
2025-06-12Expanded the OpenVPN information and added examples (#1644)srividya0208
2024-08-22openvpn: renamed the ncp-cipher to data-cipher as per the latest changes (#1528)srividya0208
2024-08-09OPENVPN: T6555: add documentation bridge featurefett0
2024-07-04proofread openvpn interfacewhyrlpool
2024-07-01openvpn: edit of the openvpn-optionssrividya0208
2024-05-20OpenVPN: Added information about mfa settingssrividya0208
2024-04-03openvpn option: "--client-cert-not-required" is not acceeptedsrividya0208
2023-11-30fix build and ref warningsrebortg
2023-09-17Fixed bad formatting for code-blocksNephiaust
Signed-off-by: Nephiaust <29741794+Nephiaust@users.noreply.github.com>
2023-09-13openvpn: Add peer fingerprint modeDaniil Baturin
2023-07-27openvpn: T4974: merge two DCO docsChristian Breunig
2023-07-27Merge pull request #1049 from fett0/Openvpn-dco-docChristian Breunig
OpenVPN : add documetation DCO on VyOS
2023-07-27openvpn: T4974: fix typoChristian Breunig
2023-07-27openvpn: T4974: add data channel offload CLI documentationChristian Breunig
2023-07-24OpenVPN : add documetation DCO on VyOSfett0
2022-10-14firewall: T2199: Updates to migrated firewall interface nodessarthurdev
2022-06-27syntax and grammar checksrividya0208
Modified the grammatical error and bgp syntax which is modified in the latest rolling version
2021-11-15openvpn: example add missing closing 'Christian Poessinger
2021-11-09Minor changes and corrections3roin
Removed unnecessary crypt-key command, corrected tls configuration for LDAP and added a note to commit each PKI information before applying under the OpenVPN interface.
2021-10-07openvpn: correct build warning and correct :ref:rebortg
2021-10-07Update openvpn.rstekhudiyev
Cross-reference corrections
2021-10-06Update openvpn.rstekhudiyev
Shared-secret and PKI instructions update for VyOS 1.4.x OVPN configuration.
2021-09-13OpenVPN: fix errorsChristian Poessinger
2021-07-31added firewall exceptionusman-umer
2021-07-31added diagram & annotated commands for openvpn serverusman-umer
2021-07-09openvpn: correct spelling and grammarrebortg
2021-06-11autosectionlabel: add custom headline refrebortg
2021-02-05vrf: static: T2450: adjust to new CLI syntaxChristian Poessinger
2020-12-24doc: consistent openvpn folder namingJohann Richard
- use `/config/auth/openvpn` consistently when using and creating server certificates
2020-12-11interfaces: fix lint errorsrebortg
2020-12-06arrange examplesrebortg
2020-11-30change include to absolute pathrebortg
2020-11-29arrange: interfacesrebortg