This commit is contained in:
parent
b73daed1c9
commit
bf3dfc7b57
1 changed files with 7 additions and 1 deletions
|
@ -54,5 +54,11 @@ https://grf.collective-conciousness.monster {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
|
|
||||||
@wireguard-network remote_ip 10.24.1.0/24
|
@wireguard-network remote_ip 10.24.1.0/24
|
||||||
reverse_proxy @wireguard-network 10.24.1.4:6700
|
|
||||||
|
handle @wireguard-network {
|
||||||
|
reverse_proxy 10.24.1.4:6700
|
||||||
|
}
|
||||||
|
handle {
|
||||||
|
respond "no match. sorgy"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue