Skip to content

Commit 988837d

Browse files
author
Jonathan Wright
committed
Update README.md
Removed Notes section and changed down to pre-down as recommended by @BaxterStockman.
1 parent bfa430e commit 988837d

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,9 @@ options:
4141
```
4242
script-security 2
4343
up /etc/openvpn/update-systemd-resolved
44-
down /etc/openvpn/update-systemd-resolved
44+
pre-down /etc/openvpn/update-systemd-resolved
4545
```
4646

47-
# Notes
48-
49-
This is an early release having managed to get it to successfully run. However
50-
there are a number of areas this still needs work on, including:
51-
52-
- [x] Set of one or more IPv4 DNS servers on the link
53-
- [x] Set the DNS domain for the link
54-
- [x] Set one or more DNS search domains for the link
55-
- [ ] Set of one or more IPv6 DNS servers on the link
56-
- Need to convert any format of address into a 16-byte array.
57-
- Full IPv6 processing inside Bash?
58-
- [ ] Manage the priority of the DNS settings for default routes?
59-
- This may no longer be needed as long as DOMAIN and/or DOMAIN-SEARCH are
60-
configured, as `systemd-resolved` will route the DNS queries based on
61-
the domain being requested and if it matches any of these options.
62-
- [ ] Add error handling around `busctl` calls
63-
- [x] Revert the link settings on down state
64-
- [x] Develop Unit Tests for development and regression testing
65-
6647
# How to help
6748

6849
If you can help with any of these areas, or have bug fixes, please fork and

0 commit comments

Comments
 (0)