Skip to content

Commit

Permalink
build-白名单ip增加ipv6的本机
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Dec 9, 2024
1 parent fe29a3c commit 6a33052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ management:
allowed-ips:
- "127.0.0.1"
- "localhost"
- "0:0:0:0:0:0:0:1"
# - "*"
quarkus:
application:
Expand Down

0 comments on commit 6a33052

Please sign in to comment.