Add OpenVPN and cloudflared setup documentation and configs
Co-Authored-By: Oz <oz-agent@warp.dev>
This commit is contained in:
14
configs/cloudflared/config.yml
Normal file
14
configs/cloudflared/config.yml
Normal file
@ -0,0 +1,14 @@
|
||||
tunnel: 6a2e99c2-ce2c-49a9-a3f2-8bf1ad3073b0
|
||||
credentials-file: /etc/cloudflared/6a2e99c2-ce2c-49a9-a3f2-8bf1ad3073b0.json
|
||||
|
||||
ingress:
|
||||
- hostname: web.bhatfamily.in
|
||||
service: http://localhost:8080
|
||||
- hostname: ecom.bhatfamily.in
|
||||
service: http://localhost:8081
|
||||
- hostname: ssh.bhatfamily.in
|
||||
service: ssh://localhost:22
|
||||
- hostname: vpn.bhatfamily.in
|
||||
service: tcp://localhost:1194
|
||||
- service: http_status:404
|
||||
|
||||
Reference in New Issue
Block a user