harness / gitness

Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.
https://gitness.com
Apache License 2.0
31.96k stars 2.79k forks source link

How to limit drone’s network range #3450

Open rsaLive opened 6 months ago

rsaLive commented 6 months ago

The drone packaging project will generate an intranet IP. This intranet IP is random and sometimes is 192.168.0.0/20. This conflicts with the IP of my LAN. It will cause my LAN to be unusable. How should I limit the scope of drone packaging? The picture below is the IP generated during packaging. I want the IP range generated by packaging to be 172.x.x.x. How should I operate it? image