We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It would be nice to be able to list defined entries, add new ones, modify or delete existing ones, while forward4j is running.
Are you foreseeing any hurtles or drawbacks?
This will probably compelxify the code, with the administration part possibly bigger than the runtmle part.
./f4j-admin.sh list
./f4j-admin.sh +local_port=host:port
./f4j-admin.sh -local_port
|
;
,
The text was updated successfully, but these errors were encountered:
implemented issue #2
2b92672
d9b9132
lolocohen
No branches or pull requests
What is your idea?
It would be nice to be able to list defined entries, add new ones, modify or delete existing ones, while forward4j is running.
What are the expected benefits and drawbacks?
Are you foreseeing any hurtles or drawbacks?
This will probably compelxify the code, with the administration part possibly bigger than the runtmle part.
Do you have suggestions on how to implement it?
./f4j-admin.sh list
to list all entries, possiblly with some kind of expression to filter the results./f4j-admin.sh +local_port=host:port
to add a new entry or change an existing one./f4j-admin.sh -local_port
to remove an existing entry|
,;
or,
?)The text was updated successfully, but these errors were encountered: