FaradayRF / Faraday-Software

Faraday node software
https://www.faradayrf.com
Other
48 stars 19 forks source link

Create Proxy Queues Upon Request #283

Closed kb1lqc closed 6 years ago

kb1lqc commented 6 years ago

This is a simple PR that addresses #60 such that any valid port which is requested is created if it is not found. Simplifying the problem seemed to make sense here. This PR should also address #50 since that is the same problem as #60 but for POST requests.

Changes