소스 검색

block virtual NIC:

Sand Wen 9 년 전
부모
커밋
0e00aa07de
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      application.yml

+ 8 - 1
application.yml

@ -29,7 +29,14 @@ deploy:
default:
  password: 123456
#屏蔽虚拟网卡IP
spring:
  cloud:
    inetutils:
      ignoredInterfaces:
        - docker0
        - veth.*
        - vmnet.*
endpoints:
  restart: