A quality of life feature. Instead of just writing a canned value such as "enp0s3" in the default config, we should instead take stock of what we have on the machine and make a good guess for what interface is likely to be used.
A quality of life feature. Instead of just writing a canned value such as "enp0s3" in the default config, we should instead take stock of what we have on the machine and make a good guess for what interface is likely to be used.
Something like the following filters from first to last until there is only one interface left. If multiple left at the end, then just pick one.
Find all interfaces
Look for ethernet interfaces
Look for up interfaces
Look for IP interfaces
Look for non-RFC1918 interfaces
First / random selection
## Election process
Something like the following filters from first to last until there is only one interface left. If multiple left at the end, then just pick one.
1. Find all interfaces
2. Look for ethernet interfaces
3. Look for up interfaces
4. Look for IP interfaces
5. Look for non-RFC1918 interfaces
6. First / random selection
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
A quality of life feature. Instead of just writing a canned value such as "enp0s3" in the default config, we should instead take stock of what we have on the machine and make a good guess for what interface is likely to be used.
Election process
Something like the following filters from first to last until there is only one interface left. If multiple left at the end, then just pick one.
Completed in
0942fb132f