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
Is your feature request related to a problem? Please describe.
I would like to set a custom and static interface name for the client to use with firewall rules
Describe the solution you'd like
An additional option here:
Would work great in my opinion.
Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered:
As of now links are always labeled drago-<random_id>, and their aliases are set based on the corresponding interface IDs in the database. Allowing for custom link names should be rather straightforward, and involve modifying the CreateInterface() function within the Network Controller implementation, as well as the UI and API to make sure this parameter can be passed by the user. Will add this to the list of improvements for the new release.
Thanks! I had a quick look at implementing this myself following your overview above, but I gave up when I opened the UI folder and realised I have no clue about frontend dev :P hence, I'll have to leave this to you for now.
Is your feature request related to a problem? Please describe.
I would like to set a custom and static interface name for the client to use with firewall rules
Describe the solution you'd like
An additional option here:
Would work great in my opinion.
Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered: