You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,11 @@ location /webcal-proxy/ {
33
33
}
34
34
```
35
35
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.
0 commit comments