Skip to content

Added possibility to run server on any port #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2021
Merged

Conversation

Akilan1999
Copy link
Owner

Problem

In the previous implementation the server was required on run on port 8088.

Solution

The server can run on any port and still be a part of the network. This is done
by adding a new field in the iptable file.

 {
   "ipv4": "<ip address>",
   "ipv6": "",
   "latency": 0,
   "download": 0,
   "upload": 0,
   // New field 
   "serverport": "<new field>"
  }

@Akilan1999 Akilan1999 merged commit 3ca75a5 into master Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant