rename config.toml.example to config.toml.in

Since we now replace a value in this file, it's more of a template than
an example.
This commit is contained in:
oopsbagel
2025-07-17 15:52:28 -07:00
committed by Will Greenberg
parent 29c944af45
commit 751d504440
5 changed files with 4 additions and 4 deletions

View File

@@ -2,4 +2,4 @@
Rayhunter can be configured by editing `/data/rayhunter/config.toml` on the device. You can obtain a shell on [orbic](./orbic.md#obtaining-a-shell) and [tplink](./tplink-m7350.md#obtaining-a-shell) and edit the file manually. In future versions the web UI will allow you to edit the config as well.
View the [default configuration file on GitHub](https://github.com/EFForg/rayhunter/blob/main/dist/config.toml.example).
View the [default configuration file on GitHub](https://github.com/EFForg/rayhunter/blob/main/dist/config.toml.in).