PokemonGo-Bot icon indicating copy to clipboard operation
PokemonGo-Bot copied to clipboard

Outbound connections

Open ProZer0 opened this issue 8 years ago • 2 comments

Hello,

Thank you for bringing this bot alive again!

My question is about the bot's outbound connections: 1- pgorelease.nianticlabs.com 2- 151.249.91.181:443 3- 192.99.224.134:1883

Does anyone know what are the last two connections above?

Social, Discord, Telegram, and Health are disabled, I'm running the bot on Windows machine, Master branch, PTC login

Regular iOS app connections are :

  • 169.46.12.* : *.upsight-api.com
  • 75.126.92.126
  • 130.211.14.80 : pgorelease.nianticlabs.com

Thanks

ProZer0 avatar Nov 19 '16 21:11 ProZer0

That third one looks like it's the social plugin are you sure it's disabled?

host broker.pikabot.org
broker.pikabot.org has address 51.254.124.174
broker.pikabot.org has address 50.233.239.115
broker.pikabot.org has address 192.99.224.134

flueflacks avatar Nov 21 '16 15:11 flueflacks

Positive @flueflacks !

My config : { "websocket_server": false, "heartbeat_threshold": 10, "enable_social": false, "live_config_update": { "enabled": true, "tasks_only": false },

Anyway I managed to remove the connection manually by changing the value in the social_handler.py def run(self): self._mqttc.connect("www.google.com", 80, 20) Thanks! but I think this handler doesn't respect the config.json

ProZer0 avatar Nov 21 '16 19:11 ProZer0