Skip to content

Commit

Permalink
Merge pull request #492 from joeuhren/geoip_fix
Browse files Browse the repository at this point in the history
Update geoip url
  • Loading branch information
uaktags authored May 31, 2022
2 parents 5f33fea + 4536a0b commit 064134c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/peers.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mongoose.connect(dbString, function(err) {
// peer already exists
loop.next();
} else {
request({uri: 'https://freegeoip.app/json/' + address, json: true}, function (error, response, geo) {
request({uri: 'https://reallyfreegeoip.org/json/' + address, json: true}, function (error, response, geo) {
db.create_peer({
address: address,
port: port,
Expand Down

0 comments on commit 064134c

Please sign in to comment.