tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
2.89k stars 244 forks source link

Drop support for the --interface flag of unset-static-ip script #1719

Closed jotaen4tinypilot closed 5 months ago

jotaen4tinypilot commented 5 months ago

Related https://github.com/tiny-pilot/tinypilot/issues/1710.

As discussed in the issue, this PR drops support for the --interface flag of the unset-static-ip script. Instead of allowing to selectively unset interface configurations, the unset-static-ip script now only allows to remove all/any custom IP configs. We didn’t find to have a need for the selective unsetting, and can therefore spare the complexity.

Notes