Page MenuHomeWMGMC Issues

whitelist_forwardinghosts.sh
No OneTemporary

whitelist_forwardinghosts.sh

#!/bin/bash
while read QUERY; do
QUERY=($QUERY)
if [ "${QUERY[0]}" != "get" ]; then
echo "500 dunno"
continue
fi
result=$(curl -s http://nginx:8081/forwardinghosts.php?host=${QUERY[1]})
logger -t whitelist_forwardinghosts -p mail.info "Look up ${QUERY[1]} on whitelist, result $result"
echo ${result}
done

File Metadata

Mime Type
text/x-shellscript
Expires
9月 9 Tue, 5:49 AM (10 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5234
默认替代文本
whitelist_forwardinghosts.sh (317 B)

Event Timeline