Skip to content

Commit

Permalink
reword IP address allow list guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Mar 18, 2021
1 parent 8f7b7c2 commit 02d0a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ For example, making an initial configuration:
sqlite3 attestation.db "INSERT INTO Configuration VALUES ('emailUsername', '[email protected]'), ('emailPassword', '<password>'), ('emailHost', 'mail.grapheneos.org'), ('emailPort', '465')"

The `attestation.service` unit only allows the service to communicate over `localhost` by default
so either the `IPAddressDeny`/`IPAddressAllow` configuration needs to be removed or extended to
include your DNS server and mail server IP addresses.
so the `IPAddressDeny`/`IPAddressAllow` configuration either needs to be removed or extended to
include your DNS server and mail server IP addresses when using a remote mail server.

### Handling abuse

Expand Down

0 comments on commit 02d0a0c

Please sign in to comment.