Rename to echoip-slatecave, AGPL License and README

This commit is contained in:
Slatian
2023-02-24 21:38:33 +01:00
parent 42fd9c0bca
commit c1cd66782f
7 changed files with 768 additions and 28 deletions

View File

@ -42,7 +42,7 @@ impl Default for ServerConfig {
fn default() -> Self {
ServerConfig {
listen_on: "127.0.0.1:3000".parse().unwrap(),
ip_header: SecureClientIpSource::RightmostXForwardedFor,
ip_header: SecureClientIpSource::ConnectInfo,
allow_private_ip_lookup: false,
}
}