You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jianjun 3cd831408c 替换feign的client端使用okhttp 5 years ago
..
bootstrap.yml 替换feign的client端使用okhttp 5 years ago
logback-spring.xml 服务统一添加 错误告警 5 years ago
readme 更新白名单 5 years ago

readme

#访问openApi 需要向redis中 添加白名单
sadd epmet:openapi:scan:whitelist "客户端ip地址"
#eg:
sadd epmet:openapi:scan:whitelist "\"192.168.1.1\""

#del
srem 'epmet:openapi:scan:whitelist' "\"116.179.32.197\"" "\"27.219.156.47\""