# | Line 148 | Line 148 | static const struct InfoStruct info_tabl | |
---|---|---|
148 | "Maximum topic length" | |
149 | }, | |
150 | { | |
151 | + | "libgeoip_ipv4_database_file", |
152 | + | OUTPUT_DECIMAL, |
153 | + | &ConfigServerInfo.libgeoip_ipv4_database_file, |
154 | + | "Path to the libGeoIP IPv4 database file" |
155 | + | }, |
156 | + | { |
157 | + | "libgeoip_ipv6_database_file", |
158 | + | OUTPUT_DECIMAL, |
159 | + | &ConfigServerInfo.libgeoip_ipv6_database_file, |
160 | + | "Path to the libGeoIP IPv6 database file" |
161 | + | }, |
162 | + | { |
163 | "use_logging", | |
164 | OUTPUT_BOOLEAN_YN, | |
165 | &ConfigLog.use_logging, |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |