Log: Add MaskAddress option to hide IP addresses (#3783)

* Log: Add maskAddress option

* Correct IPv6 subnet
This commit is contained in:
风扇滑翔翼 2024-09-11 22:45:47 +08:00 committed by GitHub
parent 6b1bf312d7
commit a247997e38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 91 additions and 17 deletions

View file

@ -23,4 +23,5 @@ message Config {
LogType access_log_type = 4;
string access_log_path = 5;
bool enable_dns_log = 6;
string mask_address= 7;
}