make caddy work through new vps/vpn
This commit is contained in:
parent
04eb8b5ff6
commit
323d53b591
4 changed files with 12 additions and 23 deletions
|
@ -34,9 +34,14 @@
|
|||
# Forwarded to my vpn, for making things accessible from outside
|
||||
openVPNPorts = [
|
||||
{
|
||||
port = 8336;
|
||||
port = 443; # caddy
|
||||
protocol = "tcp";
|
||||
}
|
||||
{
|
||||
port = 80; # caddy
|
||||
protocol = "tcp";
|
||||
}
|
||||
|
||||
{
|
||||
port = 24001; # slskd
|
||||
protocol = "both";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue