mirror of
https://github.com/versia-pub/versia-go.git
synced 2026-01-27 04:36:02 +01:00
3 lines
70 B
Bash
3 lines
70 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
sudo socat TCP-LISTEN:443,reuseaddr,fork TCP:localhost:8443
|