Skip to content

Commit

Permalink
Allow IPv6
Browse files Browse the repository at this point in the history
  • Loading branch information
lavajuno committed Jan 27, 2025
1 parent 6f65325 commit 29464b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/clarkson/cosi/fsuvius/FsuviusMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class FsuviusMap {
* Any PUT/POST/DELETE/etc. requests from outside the specified range are rejected.
* Recommended: {"128.153.144", "128.153.145", "127.0.0.1"}
*/
public static final String[] ALLOWED_ADDR_PREFIXES = {"128.153.144", "128.153.145", "127"};
public static final String[] ALLOWED_ADDR_PREFIXES = {"128.153.144", "128.153.145", "127", "2605:6480:c051"};

/**
* The maximum allowed size for photos (in bytes).
Expand Down

0 comments on commit 29464b8

Please sign in to comment.