@robertgendler commented on GitHub:
Fixed in dev_monterey!
1 rule had check: not check:
@jordanburnette commented on GitHub:
Confirmed to be fixed.
@paolafrancesca commented on GitHub:
@gncabrera do you use your web-path or the bundled github.com/dutchcoders/transfer.sh-web?
You should be able to fix at nginx level with a rewrite rule for…
@ohhayley commented on GitHub:
Same problem curl: (7) Failed to connect to transfer.sh port 443: Connection timed out
@brodjieski commented on GitHub:
@jordanburnette I pushed some changes that should resolve the issues described here. When you get a chance, can you test to see if it fixes it for you?
Thanks!
@robertgendler commented on GitHub:
This can be set and audited using the systemsetup command
sudo systemsetup -setusingnetworktime off or on
sudo systemsetup -getusingnetworktime
w…
@jordanburnette commented on GitHub:
Can confirm the pushed fixes are verified as working. Thanks, Dan!
@liquidoshin commented on GitHub:
Ah awesome. This is what I needed. Thank you for your help.
@robertgendler commented on GitHub:
There are a number of configuration profile keys and values that we have found by digging through the system that are undocumented and not officially supported…
@liquidoshin commented on GitHub:
So it seems what you're saying is that this setting can also be set outside of installing a profile, i.e. a command. Am I correct in assuming this? If so, what…
@paolafrancesca commented on GitHub:
hi @0xE02B7 , GOPATH must point to a directory with inside a path like src/github.com/dutchcoders/transfer.sh
so you should decide what's your GOPATH,…