Skip to content

Commit

Permalink
README.md formatting tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnotlupus committed Jul 24, 2011
1 parent 5aa9da1 commit c46f98a
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Expand Up @@ -29,14 +29,15 @@ https://github.com/itsnotlupus/nmcsocks
--shost Socks Proxy host to chain into [default: "127.0.0.1"] --shost Socks Proxy host to chain into [default: "127.0.0.1"]
--sport Socks Proxy port to chain into [default: 9050] --sport Socks Proxy port to chain into [default: 9050]
--private Refuse to resolve NameCoin domains that would cause a DNS leak. Implies --chain=always --private Refuse to resolve NameCoin domains that would cause a DNS leak. Implies --chain=always
--tor Resolve Tor addresses preferably. Implies --private --tor Resolve Tor addresses preferably. Implies --private
--i2p Resolve I2P addresses preferably. Implies --private --i2p Resolve I2P addresses preferably. Implies --private
--dns Start a DNS server to resolve Namecoin names --dns Start a DNS server to resolve Namecoin names
--dnsport Port for the DNS server to listen on [default: 9053] --dnsport Port for the DNS server to listen on [default: 9053]
--dnsip IP address for the DNS server to listen on [default: "127.0.0.1"] --dnsip IP address for the DNS server to listen on [default: "127.0.0.1"]
--dir, -d Namecoin configuration directory --dir Namecoin configuration directory
--help, -h Display this help message --test Test mode. Enable some static namecoin records. Not for general use.
--version, -v Show version number and exit --help, -h Display this help message
--version, -v Show version number and exit


By default, NmcSocks will start listening for SOCKS proxy requests on port 9055. By default, NmcSocks will start listening for SOCKS proxy requests on port 9055.


Expand Down Expand Up @@ -88,10 +89,10 @@ If you are building from the top of the tree, you will also need:


If you're trying to use the new "fingerprint" support code, you'll need to add the If you're trying to use the new "fingerprint" support code, you'll need to add the
X.509 CA certificate NmcSocks creates locally into your browser. The procedure varies X.509 CA certificate NmcSocks creates locally into your browser. The procedure varies
for each browser. The CA certificate is located under <NmcSocksDataDir>/namecoin_root.crt for each browser. The CA certificate is located under `<NmcSocksDataDir>/namecoin_root.crt`
On unix, <NmcSocksDataDir> is ~/.nmcsocks/ On unix, `<NmcSocksDataDir> is ~/.nmcsocks/`
On windows, it's %APP_DATA%/NmcSocks/ On windows, it's `%APP_DATA%/NmcSocks/`
Mac Users, look under ~/Library/Application\ Support/NmcSocks/ Mac Users, look under `~/Library/Application\ Support/NmcSocks/`


## todo ## todo


Expand Down

0 comments on commit c46f98a

Please sign in to comment.