Fix typos

This commit is contained in:
Artur Beljajev 2019-09-10 15:16:49 +03:00
parent 824d78231a
commit 22b803ef83

View file

@ -7,7 +7,7 @@ however officially Debian 7 is supported and tested.
### Manual build ### Manual build
* Consider using [RBENV](https://github.com/sstephenson/rbenv) * Consider using [RBENV](https://github.com/sstephenson/rbenv)
* Compile requried [ruby version](https://github.com/internetee/registry/blob/master/.ruby-version) * Compile required [ruby version](https://github.com/internetee/registry/blob/master/.ruby-version)
* [Phusion passenger](https://www.phusionpassenger.com/documentation/Users%20guide%20Apache.html) * [Phusion passenger](https://www.phusionpassenger.com/documentation/Users%20guide%20Apache.html)
* [Postgresql](http://www.postgresql.org/docs/) (requires postgresql-contrib package) * [Postgresql](http://www.postgresql.org/docs/) (requires postgresql-contrib package)
* [Mailcatcher](https://mailcatcher.me/) (optional) * [Mailcatcher](https://mailcatcher.me/) (optional)
@ -80,7 +80,7 @@ iptables -A INPUT -p tcp --dport 43 -m recent --set --rsource --name whois -j AC
#### EPP #### EPP
Configure epp server ip in applicatin.yml Configure epp server ip in application.yml
iptables_server_ip: 'x.x.x.x' iptables_server_ip: 'x.x.x.x'
Iptables hit counter is updated by application. For every registrar there is one recent table, where the request counters are stored, registrar handles and sources ips are "connected" with iptables rules. Iptables hit counter is updated by application. For every registrar there is one recent table, where the request counters are stored, registrar handles and sources ips are "connected" with iptables rules.
@ -99,8 +99,8 @@ iptables -A INPUT -p tcp --dport 700 -j CHKLIMITS
```` ````
#### Mailcatcher for staging (optional) #### Mailcatcher for staging (optional)
We recommend using mailcatcher for staging env, so that all outgoing e-mails are caught and not actualy sent out. We recommend using mailcatcher for staging env, so that all outgoing e-mails are caught and not actually sent out.
The mailcatcher website explains how it should be intsalled and configured. The mailcatcher website explains how it should be installed and configured.
[Mailcatcher](https://mailcatcher.me/) [Mailcatcher](https://mailcatcher.me/)
````` `````