dec0dOS / zero-ui

ZeroUI - ZeroTier Controller Web UI - is a web user interface for a self-hosted ZeroTier network controller.
GNU General Public License v3.0
946 stars 152 forks source link

remove "limit" on route amount as it is not enforced #104

Closed 1ARdotNO closed 2 years ago

1ARdotNO commented 2 years ago

remove "limit" on route amount as it is not enforced, zerotier also changed this limit recently to 128 on their implmentation of the controller, showing that having a limit here is probably not neccessary.

Pull Request type

Please check the type of change your PR introduces:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

-

-

Does this introduce a breaking change?

Other information

dec0dOS commented 2 years ago

I think It should be changed to 128. https://github.com/zerotier/ZeroTierOne/commit/440568a5165181c5ae602e4edca2a73202bfd453 ZeroTier has limit to 128 currently.

1ARdotNO commented 2 years ago

Updated pull with /128

dec0dOS commented 2 years ago

Thanks, @OvrAp3x!