11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
# User and password to request a token on phpIPAM API
|
|
USER_IPAM='user'
|
|
PASSWORD_IPAM='passwd'
|
|
|
|
# URL of the API
|
|
URL="https://ipam.example.org/api/${USER_IPAM}"
|
|
|
|
# ID of the ranges, you can put multiple ranges per AFI
|
|
ID_RANGES_V4='32 42'
|
|
ID_RANGES_V6='128'
|