mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-20 11:44:09 +08:00
Compare commits
3 Commits
2adab12e02
...
86f7084e53
Author | SHA1 | Date | |
---|---|---|---|
|
86f7084e53 | ||
|
a5b073d070 | ||
|
b82c67405f |
@ -28,7 +28,7 @@ NOTE: Add new changes BELOW THIS COMMENT.
|
||||
|
||||
### Changed
|
||||
|
||||
- The *Fastest IP adddress* upstream mode now collects statistics for the all upstream DNS servers.
|
||||
- The *Fastest IP address* upstream mode now collects statistics for the all upstream DNS servers.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
@ -24,7 +24,7 @@ const dhcpcdConf = "etc/dhcpcd.conf"
|
||||
func canBindPrivilegedPorts() (can bool, err error) {
|
||||
res, err := unix.PrctlRetInt(
|
||||
unix.PR_CAP_AMBIENT,
|
||||
unix.PR_CAP_AMBIENT_IS_SET,
|
||||
unix.PR_CAP_AMBIENT_RAISE,
|
||||
unix.CAP_NET_BIND_SERVICE,
|
||||
0,
|
||||
0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user