setup frpc for matrix

This commit is contained in:
Adithya 2023-08-20 19:42:57 +05:30
parent e446395618
commit afefe46b33
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -29,5 +29,20 @@ in {
type = tcp type = tcp
local_port = 22 local_port = 22
remote_port = 6001 remote_port = 6001
[http.matrix.adtya.xyz]
type = http
custom_domains = matrix.adtya.xyz
local_port = 80
[https.matrix.adtya.xyz]
type = https
custom_domains = matrix.adtya.xyz
local_port = 443
[https.matrix.adtya.xyz.8448]
type = tcp
local_port = 8448
remote_port = 8448
''; '';
} }