cloudflare / boringtun

Userspace WireGuard® Implementation in Rust
BSD 3-Clause "New" or "Revised" License
6.04k stars 407 forks source link

Rename config to config.toml #264

Closed sabify closed 2 years ago

sabify commented 2 years ago

.toml extension is needed based on the documentation.

Noah-Kennedy commented 2 years ago

Not really.

Note: Cargo also reads config files without the .toml extension, such as .cargo/config. Support for the .toml extension was added in version 1.39 and is the preferred form. If both files exist, Cargo will use the file without the extension.