Skip to content
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

Multiple Strat Ports #29

Merged
merged 3 commits into from
Sep 5, 2021
Merged

Multiple Strat Ports #29

merged 3 commits into from
Sep 5, 2021

Conversation

harrimd
Copy link
Collaborator

@harrimd harrimd commented Sep 2, 2021

Geneva can now run on many ports at once.
Instructions found in the README.

Michael Harrity added 2 commits September 2, 2021 10:42
Updated the Geneva engine to allow for port ranges and lists
specifying which ports to monitor to modify packets. This works
using either a range like port 5000 to port 6000 =>
--server-port 5000:6000 or a list like port 5000, 5500, and 6000
=> --server-port 5000,5500,6000.

Any error checking on the port variable will be handled by the
iptables command.
Added a note to the README to talk about how to run Geneva on
many ports at once.
@harrimd harrimd self-assigned this Sep 2, 2021
Copy link
Owner

@Kkevsterrr Kkevsterrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change the docstring type to 'str' so it matches? then we're good to go

Updated the server_port arg in engine docstring to be a string.
@harrimd harrimd merged commit 8a919a9 into master Sep 5, 2021
@harrimd harrimd deleted the multiple_strat_ports branch September 5, 2021 15:00
@Kkevsterrr Kkevsterrr mentioned this pull request Sep 7, 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.

None yet

2 participants