File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
@echo ' hosts: files dns resolve myhostname'
22
22
@echo
23
23
@echo ' You should also update your OpenVPN configuration:'
24
- @printf ' script-security 2\n up %s\n pre- down %s\n' $(DEST ) $(DEST )
24
+ @printf ' script-security 2\n up %s\n down-pre %s\n' $(DEST ) $(DEST )
25
25
26
26
test :
27
27
@./run-tests
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ hosts: files resolve dns myhostname
35
35
hosts: files dns resolve myhostname
36
36
```
37
37
38
- Finally, update your OpenVPN configuration file and set the ` up ` and ` down `
38
+ Finally, update your OpenVPN configuration file and set the ` up ` and ` down-pre `
39
39
options:
40
40
41
41
```
42
42
script-security 2
43
43
up /etc/openvpn/update-systemd-resolved
44
- pre- down /etc/openvpn/update-systemd-resolved
44
+ down-pre /etc/openvpn/update-systemd-resolved
45
45
```
46
46
47
47
# How to help
You can’t perform that action at this time.
0 commit comments