mirror of
https://github.com/pvlnes/homelab.git
synced 2026-04-05 19:41:47 +00:00
16 lines
238 B
Caddyfile
16 lines
238 B
Caddyfile
http://adguard.lan {
|
|
reverse_proxy 127.0.0.1:3000
|
|
}
|
|
|
|
http://192.168.1.47 {
|
|
respond "i am working, master"
|
|
}
|
|
|
|
http://dozzle.lan {
|
|
reverse_proxy 127.0.0.1:9999
|
|
}
|
|
https://remnawave.lan {
|
|
tls internal
|
|
reverse_proxy 127.0.0.1:4000
|
|
}
|