Skip to content

Commit 02d0a0c

Browse files
committed
reword IP address allow list guidance
1 parent 8f7b7c2 commit 02d0a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ For example, making an initial configuration:
5454
sqlite3 attestation.db "INSERT INTO Configuration VALUES ('emailUsername', '[email protected]'), ('emailPassword', '<password>'), ('emailHost', 'mail.grapheneos.org'), ('emailPort', '465')"
5555

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

6060
### Handling abuse
6161

0 commit comments

Comments
 (0)