mirror of
https://github.com/pvlnes/homelab.git
synced 2026-04-05 19:21:46 +00:00
8 lines
112 B
Caddyfile
8 lines
112 B
Caddyfile
http://adguard.lan {
|
|
reverse_proxy 127.0.0.1:3000
|
|
}
|
|
|
|
http://192.168.1.47 {
|
|
respond "i am working, master"
|
|
}
|