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
what now listens on the interface given by the -i flag. The default behaviour should probably be "listen on all interfaces", with the -i flag being an optional override.
Things that are needed to do this:
The OS layer (eg. os/linux.rs) needs to be adjusted.
The OsInputOutput struct needs to be adjusted to get multiple network interfaces.
The UI needs to be adjusted to display the name of the local interface where relevant (mostly in the connections table). Maybe something like <eth0>:12345 => 1.1.1.1:54321shrug emoji
The text was updated successfully, but these errors were encountered:
what
now listens on the interface given by the-i
flag. The default behaviour should probably be "listen on all interfaces", with the -i flag being an optional override.Things that are needed to do this:
os/linux.rs
) needs to be adjusted.OsInputOutput
struct needs to be adjusted to get multiple network interfaces.<eth0>:12345 => 1.1.1.1:54321
shrug emojiThe text was updated successfully, but these errors were encountered: