Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openvpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Container Platform
openvpn
Merge requests
!3
Add OpenVPN and routing, debug with nc
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add OpenVPN and routing, debug with nc
kwadronaut/openvpn:offload
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
kwadronaut
requested to merge
kwadronaut/openvpn:offload
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
netcat is this sweet little tool to make debugging easier
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
89bbf4ee
1 commit,
5 years ago
2 files
+
7
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
chaperone.d/openvpn.conf
0 → 100644
+
4
−
0
Options
openvpn
-
server
.
service
: {
command
:
"/usr/sbin/openvpn --daemon ovpn-server --status /run/openvpn/server.status 10 --cd /etc/openvpn --config /etc/openvpn/server.conf --writepid /run/openvpn/server.pid}"
,
exit_kills
:
true
}
Loading