-
Notifications
You must be signed in to change notification settings - Fork 110
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
Add Change TTL #682
base: main
Are you sure you want to change the base?
Add Change TTL #682
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove debug flag from your plugin.json. I would also like to know why this plugin requires root to perform it's function which can be done without root access via KDE desktop.
AFAIK to change the TTL using sysctl you need root and in the tests I did it is so. I can't find in the KDE settings a related configuration. Can you please share what method could be used without root? |
Apologies, I misunderstood what was meant by TTL and the access levels needed to modify it. What would be the purpose of modifying the TTL for Steam Deck users? (The plugin can go forward now but I'm just curious 😅) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good for testing store.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuanJoseGonGi please fix your addition to .gitmodules and bring the branch field properly inline with the other fields. I should have caught that from the start. Please also re-add a screenshot URL and a relevant image.
I personally use it to bypass mobile hotspot limits on data plans. I think it could be the main use case for deck |
@TrainDoctor These 2 refer to the image field on the plugin.json? |
Yes, that's correct. |
Change TTL
This plugin changes the default ipv4 and ipv6 TTL to the user specified one using sysctl commands.
Checklist:
Developer Checklist
Plugin Checklist
Plugin Backend Checklist
Testing
Tested on SteamOS Stable/Beta Update Channel.
Tested on SteamOS Preview Update Channel.