mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #621] Set a fixed local Port on the client #375
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#375
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gyzzorn on GitHub (Oct 5, 2017).
Original GitHub issue: https://github.com/quasar/Quasar/issues/621
I have seen that the client will cycle through a list of ports attempting to connect to the server with each - so far I have not been able to set this to a fixed port that I intend to use for testing. Anyone able to advise?
@yankejustin commented on GitHub (Oct 6, 2017):
This was mentioned in the old Quasar chat room that we had -- does anyone remember?
@MaxXor commented on GitHub (Oct 9, 2017):
I'm not sure if I understand your question correctly, but when you only enter one host:port combination, the client will always try to connect to this and not cycle through others.
github.com/quasar/QuasarRAT@15b01116bf/Client/Config/Settings.cs (L14)Or do you mean the local tcp client port? This is being decided by the system (see here) and I'm not sure why you would like to stick with one port there.
@Gyzzorn commented on GitHub (Oct 10, 2017):
It was mostly for testing purpose to test around outgoing firewall issues but that is fine thanks.