Skip to content

Commit 340d0c8

Browse files
author
Bracken Dawson
committed
Document security considerations for deployment
1 parent 1cde837 commit 340d0c8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ location /webcal-proxy/ {
3333
}
3434
```
3535

36+
#### Proxy Security
37+
This server should be isolated at a network-level from egress to your infrastructure's private network, otherwise an attacker may be able to gain access to private services.
38+
39+
This server's HTTP client which fetches requested calendars does reject connection attempts to non-unicast and private addresses, but not other public unicast address ranges (including RFC 6598) which cloud providers may re-purpose for private networks.
40+
3641
### Client
3742
Enter the URL into your webcal client:
3843
```

0 commit comments

Comments
 (0)