1
0
Fork 0

fix: update lego.

This commit is contained in:
Fernandez Ludovic 2019-04-26 11:08:44 +02:00 committed by Traefiker Bot
parent b8b0c8f3e5
commit 8d848c3d60
169 changed files with 12224 additions and 605 deletions

View file

@ -41,7 +41,7 @@ func (i *Internet) SetNetworkMaskLen(v int) {
// AllowInternetBandWidth 設定可能な帯域幅の値リスト
func AllowInternetBandWidth() []int {
return []int{100, 250, 500, 1000, 1500, 2000, 2500, 3000}
return []int{100, 250, 500, 1000, 1500, 2000, 2500, 3000, 5000}
}
// AllowInternetNetworkMaskLen 設定可能なネットワークマスク長の値リスト