1

I am working on a multiplayer game and I want to connect players which are in the same network.I have to achieve this using digital Ocean as we do it in AWS security group

RJFalconer
  • 10,890
  • 5
  • 51
  • 66
Dipak
  • 33
  • 4

2 Answers2

2

That would be Cloud Firewalls. In your droplet, you'll see the Firewall section in the Networking tab

Udara Jayawardana
  • 1,073
  • 2
  • 14
  • 27
  • I tried adding a rule in Firewall to allow only one IP but still, it is publically accessible – Dipak Mar 01 '19 at 08:10
0

There is concept of private IP feature ,try using that private IP and see if it solves

  • I go through the Private IP feature of Digital Ocean Networking but its not give me expected result – Dipak Mar 01 '19 at 06:59