9 lines
149 B
Bash
9 lines
149 B
Bash
#!/bin/bash
|
|
|
|
ssh -L 8080:localhost:1111 root@192.168.29.158 -p 2222 -N &> /dev/null &
|
|
|
|
|
|
caddy reverse-proxy --from :1111 --to :1110 &> /dev/null &
|
|
|
|
|