Skip to content

Commit 653b0a3

Browse files
authored
Merge pull request #5 from pid1/master
down-pre, not pre-down
2 parents 988837d + a27e2b1 commit 653b0a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ info:
2121
@echo ' hosts: files dns resolve myhostname'
2222
@echo
2323
@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)
2525

2626
test:
2727
@./run-tests

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ hosts: files resolve dns myhostname
3535
hosts: files dns resolve myhostname
3636
```
3737

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`
3939
options:
4040

4141
```
4242
script-security 2
4343
up /etc/openvpn/update-systemd-resolved
44-
pre-down /etc/openvpn/update-systemd-resolved
44+
down-pre /etc/openvpn/update-systemd-resolved
4545
```
4646

4747
# How to help

0 commit comments

Comments
 (0)