Skip to content

Commit

Permalink
fix pasv_url resolverFunction docs (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
almgwary authored Apr 18, 2022
1 parent bc8abb1 commit 1ad45fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const resolverFunction = (address) => {
// }
const networks = getNetworks();
for (const network in networks) {
if (new Netmask(network).contains(ip)) {
if (new Netmask(network).contains(address)) {
return networks[network];
}
}
Expand Down

0 comments on commit 1ad45fc

Please sign in to comment.