diff options
| author | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-06-20 09:40:07 -0700 |
|---|---|---|
| committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-06-20 09:40:07 -0700 |
| commit | fb653292612eddca5b088ed88466c546d1597107 (patch) | |
| tree | 900ed32e066812688858ed3bb15128c41bb78054 /.env.example | |
| download | penguins.lan-fb653292612eddca5b088ed88466c546d1597107.tar.gz penguins.lan-fb653292612eddca5b088ed88466c546d1597107.zip | |
Initial commit
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..9764eed --- /dev/null +++ b/.env.example @@ -0,0 +1,15 @@ +# penguins.lan config. Copy to .env (it's gitignored). +# +# DEV_MAC forces every client's MAC to this value so you can exercise the +# MAC-based login flow locally, where the browser is on loopback and never +# appears in the ARP table. NEVER set this in production — it would make every +# visitor share one identity. +# DEV_MAC=aa:bb:cc:dd:ee:ff + +# Minecraft RCON for the server status panel. Leave RCON_ADDRESS empty to disable. +# RCON_ADDRESS=127.0.0.1:25575 +# RCON_PASSWORD=changeme + +# LAN_SUBNET is swept (TCP probes) so idle devices populate the ARP table and +# show as "online". Leave empty to disable. Max /20. +# LAN_SUBNET=192.168.8.0/24 |
