-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reword IP address allow list guidance
- Loading branch information
1 parent
8f7b7c2
commit 02d0a0c
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|