mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-10 19:27:05 +02:00
@@ -105,6 +105,13 @@ A list of IP addresses recognized as internal to the system, used to control the
|
||||
example, the debugging toolbar will be viewable only when a client is accessing NetBox from one of the listed IP
|
||||
addresses (and [`DEBUG`](./development.md#debug) is `True`).
|
||||
|
||||
!!! info "New in NetBox v4.6"
|
||||
Setting this parameter to an empty list will enable the toolbar for all requests provided debugging is enabled:
|
||||
|
||||
```python
|
||||
INTERNAL_IPS = []
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## ISOLATED_DEPLOYMENT
|
||||
|
||||
Reference in New Issue
Block a user