File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -41,28 +41,9 @@ options:
41
41
```
42
42
script-security 2
43
43
up /etc/openvpn/update-systemd-resolved
44
- down /etc/openvpn/update-systemd-resolved
44
+ pre- down /etc/openvpn/update-systemd-resolved
45
45
```
46
46
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
-
66
47
# How to help
67
48
68
49
If you can help with any of these areas, or have bug fixes, please fork and
You can’t perform that action at this time.
0 commit comments