johnmehr / gitup

A minimalist, dependency-free FreeBSD program to clone/pull Git repositories.
BSD 2-Clause "Simplified" License
51 stars 9 forks source link

Source IP Address in a multi-homed server #68

Closed edinilsonjs closed 3 years ago

edinilsonjs commented 3 years ago

Is there a way to use a specific source IP Address in gitup (something like environment var FETCH_BIND_ADDRESS in fetch) ?

michael-o commented 3 years ago

Should be a gitup.conf option with an override on the command line.

edinilsonjs commented 3 years ago

or -S option used in ping

johnmehr commented 3 years ago

I added both the -S command line option and a gitup.conf option. How does it look?

michael-o commented 3 years ago

I think local_ip_address isn't the best name. source_address seems to be the most common one. Otherwise people might confuse with localhost.

johnmehr commented 3 years ago

Done. Thank you!

edinilsonjs commented 3 years ago

Could you notify the port maintainer to update in ports?

johnmehr commented 3 years ago

There are some problems that have cropped up in Issue #69 that I'll need to fix before I can tag the next release.

edinilsonjs commented 3 years ago

There are some problems that have cropped up in Issue #69 that I'll need to fix before I can tag the next release.

Do you plan to release a new version soon? Regards

johnmehr commented 3 years ago

Sorry for the delay. I just pushed out 0.95 -- how does it look?

edinilsonjs commented 3 years ago

Sorry for the delay. I just pushed out 0.95 -- how does it look?

Works great! Thank you very much. Best regards.