update proxy port ranges to avoid current blocks (#552)

This commit is contained in:
bmc-msft
2021-02-19 17:50:09 -05:00
committed by GitHub
parent 4de19ffe5e
commit 6ba5795f36

View File

@ -16,7 +16,7 @@ from pydantic import Field
from .azure.ip import get_scaleset_instance_ip
from .orm import ORMMixin, QueryFilter
PORT_RANGES = range(6000, 7000)
PORT_RANGES = range(28000, 32000)
# This isn't intended to ever be shared to the client, hence not being in