You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default configuration file shouldn't be in a location default user can't write. You should:
create ~/.config/tuntox directory
push the configuration file
All of that by default, else people just won't use it because it requires arguments for nothing — in addition, doing as proposed above meets the current usage for many other apps.
Cheers,
C.
The text was updated successfully, but these errors were encountered:
I kind of like that the client mode ToxIDs are ephemeral by default, it was by design.
Server mode is where storing the configuration is needed, but there are 2 use cases:
Ephemeral server ran from command line, in which case you don't even need to write the config
Server ran by init on startup, in which case you want it to use /etc like every other program, not ~/.config.
I saw someone packaged it for Arch and Ubuntu and I think packagers are who should worry about creating a new user account for tuntox and /etc/tuntox owned by that user.
Maybe I'm missing some important use case here, so your comments are welcome.
Hello,
The default configuration file shouldn't be in a location default user can't write. You should:
All of that by default, else people just won't use it because it requires arguments for nothing — in addition, doing as proposed above meets the current usage for many other apps.
Cheers,
C.
The text was updated successfully, but these errors were encountered: