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
Pylon can be run as one of two personalities that can work alone or together depending on your needs:
@@ -122,3 +144,10 @@ pylon-debug
122
144
## Limitations
123
145
124
146
While a single Pylon instance will work for multiple networks and multiple applications simultaneously it will perform better if a new instance is started for each proxied network. The underlying [libzt]() isn't multithreaded so it is recommended that you also split your proxied traffic across multiple instances if you notice performance bottlecks. Finally, Pylon only supports IPv4 TCP but IPv6 and UDP support can be added if there is sufficient interest.
147
+
148
+
## Releasing
149
+
150
+
Releasing to Docker Hub is done from our internal CI.
151
+
- create a tag on `main`: `git tag v0.1.7`
152
+
- push the tag: `git push --tags` This triggers the build and push to dockerhub.
153
+
- create a Github Release through the Github ui. Select the tag you just pushed.
0 commit comments