We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2234839 commit af25d72Copy full SHA for af25d72
ip-list-updater.php
@@ -288,7 +288,7 @@ static function update() {
288
$output_data = $output_prefix;
289
$pair = strtok( $ip_list, "\n" );
290
while ( $pair !== false ) {
291
- $output_data .= "set_real_ip_from " . $pair . ";\n";
+ $output_data .= "allow " . $pair . ";\n";
292
$pair = strtok( "\n" );
293
}
294
strtok( '', '' );
0 commit comments