We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c94e2 commit 7bd5eb7Copy full SHA for 7bd5eb7
docker-run.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+docker run -d \
3
+ --name UDPXY \
4
+ --network host \
5
+ --restart always \
6
+ lordpedal/udpxy
0 commit comments