You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support --hostnames
* Support python binaries that are not called "python"
* Update log statement to use self.hostname now
---------
Co-authored-by: Abhinav Singh <126065+abhinavsingh@users.noreply.github.com>
- Plugin API is currently in *development phase*. Expect breaking changes. See [Deploying proxy.py in production](#deploying-proxypy-in-production) on how to ensure reliability across code changes.
215
215
216
-
- Can listen on multiple ports
216
+
- Can listen on multiple addresses and ports
217
+
- Use `--hostnames` flag to provide additional addresses
217
218
- Use `--ports` flag to provide additional ports
218
219
- Optionally, use `--port` flag to override default port `8899`
219
220
- Capable of serving multiple protocols over the same port
0 commit comments