Skip to content

Commit

Permalink
chore: update tj IP list
Browse files Browse the repository at this point in the history
  • Loading branch information
alanzhu0 committed Oct 11, 2023
1 parent 58605d9 commit c650ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intranet/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
INTERNAL_IPS = helpers.GlobList(_internal_ip_list)

# Used for Printing access; FCPS external/internal IP ranges
_tj_ip_list = _internal_ip_list + ["151.188.0.0/18", "151.188.192.0/18", "10.0.0.0/8"]
_tj_ip_list = _internal_ip_list + ["151.188.0.0/18", "151.188.192.0/18", "10.0.0.0/8", "172.16.0.0/12"]

TJ_IPS = helpers.GlobList(_tj_ip_list)

Expand Down

0 comments on commit c650ee5

Please sign in to comment.