Caddy Setup

From bibbleWiki
Revision as of 05:24, 26 September 2025 by Iwiseman (talk | contribs) (Created page with "=Introduction= Need a way to capture with due to adding non standard module =Geoip= I wanted to put the country on the caddy requests to need to use a module. To build this, install go. It will produce a caddy binary which you will need to replace the original one with. <syntaxhighlight lang="bash"> xcaddy build --with github.com/zhangjiayin/caddy-geoip2 </syntaxhighlight> This is now required with my current caddy config")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Need a way to capture with due to adding non standard module

Geoip

I wanted to put the country on the caddy requests to need to use a module. To build this, install go. It will produce a caddy binary which you will need to replace the original one with.

xcaddy build --with github.com/zhangjiayin/caddy-geoip2

This is now required with my current caddy config