mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-15 18:08:30 -07:00
Pull request: beta client on development channel
Merge in DNS/adguard-home from beta-client-channels to master Squashed commit of the following: commit c65611c1743aedd14779c95ed587330aff611b1d Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon Jan 11 14:09:21 2021 +0300 home: activate beta client on development channel by default
This commit is contained in:
parent
89915e35bd
commit
18be0ad80b
@ -177,7 +177,7 @@ func initConfig() {
|
||||
config.DHCP.Conf4.ICMPTimeout = 1000
|
||||
config.DHCP.Conf6.LeaseDuration = 86400
|
||||
|
||||
if updateChannel == "none" || updateChannel == "edge" {
|
||||
if updateChannel == "none" || updateChannel == "edge" || updateChannel == "development" {
|
||||
config.BetaBindPort = 3001
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user