Compare commits

...

2 commits

Author SHA1 Message Date
b5111a4696 Merge pull request 'feat: temporarily enable hostname debug' (#9) from kc-hostname-debug into main
Some checks are pending
/ check (push) Waiting to run
Reviewed-on: #9
2024-05-25 15:57:10 +00:00
501b37426e feat: temporarily enable hostname debug
All checks were successful
/ check (pull_request) Successful in 2m29s
2024-05-25 17:55:34 +02:00

View file

@ -16,6 +16,7 @@ in {
hostname = "https://kc.buffet.sh/"; hostname = "https://kc.buffet.sh/";
http-port = port; http-port = port;
proxy = "edge"; proxy = "edge";
hostname-debug = "true";
}; };
}; };