Browse Source

block virtual NIC:

Sand Wen 9 years ago
parent
commit
0e00aa07de
1 changed files with 8 additions and 1 deletions
  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: