Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for config file #21

Merged
merged 4 commits into from Feb 1, 2014
Merged

Adding support for config file #21

merged 4 commits into from Feb 1, 2014

Conversation

meeh420
Copy link
Contributor

@meeh420 meeh420 commented Feb 1, 2014

Options example:
-port=17070
--port=17070

$ cat /home/$USER/.i2pd/i2p.conf
port=17070

Example:
-port=17070
--port=17070

cat /home/$USER/.i2pd/i2p.conf
port=17070
@meeh420
Copy link
Contributor Author

meeh420 commented Feb 1, 2014

OSX will default to: ~/Library/Application Support/i2pd
Windows < Vista: C:\Documents and Settings\Username\Application Data\i2pd
Windows >= Vista: C:\Users\Username\AppData\Roaming\i2pd
Other UNIX: ~/.i2pd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants