Prefer IPv4 over IPv6 in prefix policies for Windows

Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>
This commit is contained in:
Slava 2024-11-21 08:28:33 +02:00 committed by GitHub
parent 69122d8aee
commit 9350337d8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,12 @@ jobs:
runs-on: ${{ matrix.builder }}
timeout-minutes: 120
steps:
- name: Prefer IPv4 over IPv6 in prefix policies
if: matrix.os == 'windows'
run: |
netsh interface ipv6 set prefix ::/96 60 3
netsh interface ipv6 set prefix ::ffff:0:0/96 55 4
- name: Checkout sources
uses: actions/checkout@v4
with: