fickit: Allow remote-sync IP in firewall
This commit is contained in:
parent
3f0e0536b9
commit
b4ec736948
2 changed files with 8 additions and 3 deletions
|
|
@ -9,7 +9,8 @@ export IP_FIC_SRS_FR=$(host ${DOMAIN_NAME} | grep -o '\([0-9]\{1,3\}.\)\+')
|
|||
export IPS_BACKEND="192.168.3.92/24\\n192.168.4.92/24\\n"
|
||||
export IP_BACKEND_ROUTER="192.168.3.1"
|
||||
|
||||
export AIRBUS_BASEURL="https://..."
|
||||
export AIRBUS_DESTINATION="..."
|
||||
export AIRBUS_BASEURL="https://${AIRBUS_DESTINATION}/api"
|
||||
export AIRBUS_TOKEN="abcdef0123456789abcdef0123456789"
|
||||
export AIRBUS_SESSION_NAME="Forensique"
|
||||
|
||||
|
|
@ -145,6 +146,10 @@ TEMPLATE='
|
|||
"perm": "0444",
|
||||
"content": "${AIRBUS_BASEURL}"
|
||||
},
|
||||
"destination": {
|
||||
"perm": "0444",
|
||||
"content": "${AIRBUS_DESTINATION}"
|
||||
},
|
||||
"token": {
|
||||
"perm": "0444",
|
||||
"content": "${AIRBUS_TOKEN}"
|
||||
|
|
|
|||
Reference in a new issue