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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Container Platform
openvpn
Commits
b7c8d725
Unverified
Commit
b7c8d725
authored
Jul 27, 2021
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
Update dependencies
parent
6a427b97
Branches
Branches containing commit
Tags
2013.07.17
Tags containing commit
No related merge requests found
Pipeline
#62709
passed
Jul 27, 2021
Stage: build
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
chaperone.d/kres-cache-gc.conf
+1
-1
1 addition, 1 deletion
chaperone.d/kres-cache-gc.conf
chaperone.d/kres.conf
+1
-1
1 addition, 1 deletion
chaperone.d/kres.conf
chaperone.d/openvpn_exporter.conf
+2
-1
2 additions, 1 deletion
chaperone.d/openvpn_exporter.conf
with
4 additions
and
3 deletions
chaperone.d/kres-cache-gc.conf
+
1
−
1
View file @
b7c8d725
kres
-
cache
-
gc
.
service
: {
kres
-
cache
-
gc
.
service
: {
command
:
"/usr/sbin/kres-cache-gc -c /var/cache/knot-resolver -d 1000"
,
command
:
"/usr/sbin/kres-cache-gc -c /var/cache/knot-resolver -d 1000"
,
after
:
"
openvpn
-server.service"
,
after
:
"
knot
-server.service"
,
exit_kills
:
false
exit_kills
:
false
}
}
This diff is collapsed.
Click to expand it.
chaperone.d/kres.conf
+
1
−
1
View file @
b7c8d725
knot
-
server
.
service
: {
knot
-
server
.
service
: {
command
:
"/usr/sbin/kresd -c /etc/knot-resolver/kresd.conf -n /var/cache/knot-resolver"
,
command
:
"/usr/sbin/kresd -c /etc/knot-resolver/kresd.conf -n /var/cache/knot-resolver"
,
after
:
"openvpn-server.service"
,
after
:
"openvpn-
tcp-
server.service"
,
exit_kills
:
true
exit_kills
:
true
}
}
This diff is collapsed.
Click to expand it.
chaperone.d/openvpn_exporter.conf
+
2
−
1
View file @
b7c8d725
openvpn
-
exporter
.
service
: {
openvpn
-
exporter
.
service
: {
command
:
"/usr/local/bin/openvpn_exporter -openvpn.status_paths /tmp/openvpn-status-tcp"
,
command
:
"/usr/local/bin/openvpn_exporter -openvpn.status_paths /tmp/openvpn-status-tcp,/tmp/openvpn/status/udp"
,
after
:
"openvpn-tcp-server.service,openvpn-udp-server.service"
,
exit_kills
:
false
exit_kills
:
false
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment