mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-23 14:57:06 +00:00
update proxy port ranges to avoid current blocks (#552)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user