-
On Mac, the directory is:
/Applications/domino -
On Windows, the directory is:
C:\Users\<your_username>\AppData\Local\Programs\domino
domino.vmoptions with some configuration options available. Add the line -include-options ~/.domino/domino.vmoptions at the end of the file for any *nix based system (Windows users MUST specify the appropriate path where domino.vmoptions is created):
domino.vmoptions in the appropriate location/folder. The folder ~/.domino/ may not exist, in which case you should run mkdir ~/.domino to create it. You must have a user level configuration file to ensure your settings are never modified if the CLI is reinstalled or updated. In the new ~/.domino/domino.vmoptions, assign your proxy’s port and host configuration:
YOURPROXYHOST and 1234 with your actual proxy connection information.
Proxy authentication with the Domino CLI
CLI supports Basic and NTLM proxy authentication. Add the following parameters to your~/.domino/domino.vmoptions file for proxy authentication:
Basic
The proxy username is case-sensitive when using NTLM proxy authentication.