Last active
March 15, 2024 04:10
-
-
Save kyouheicf/f0b1ed8e160893a46abae20306ef256b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Administrator>nslookup github.com | |
Server: UnKnown | |
Address: ::1Non-authoritative answer: | |
Name: github.com | |
Address: 20.27.177.113 | |
C:\Users\Administrator>netsh advfirewall firewall add rule name="Block Outbound to GitHub" dir=out action=block program= "C:\Program Files (x86)\cloudflared\cloudflared.exe" enable=yes remoteip=20.27.177.113 | |
Ok. | |
C:\Users\Administrator>"C:\Program Files (x86)\cloudflared\cloudflared.exe" update --version 2024.2.0 | |
2024-03-15T03:56:41Z ERR update failed to apply error="Get \"https://github.com/cloudflare/cloudflared/releases/download/2024.2.0/cloudflared-windows-amd64.exe\": dial tcp 20.27.177.113:443: connectex: An attempt was made to access a socket in a way forbidden by its access permissions." | |
failed to update cloudflared: Get "https://github.com/cloudflare/cloudflared/releases/download/2024.2.0/cloudflared-windows-amd64.exe": dial tcp 20.27.177.113:443: connectex: An attempt was made to access a socket in a way forbidden by its access permissions. | |
C:\Users\Administrator>netsh advfirewall firewall delete rule name="Block Outbound to GitHub" | |
Deleted 1 rule(s). | |
Ok. | |
C:\Users\Administrator>"C:\Program Files (x86)\cloudflared\cloudflared.exe" update --version 2024.2.0 | |
2024-03-15T04:00:17Z INF cloudflared has been updated version=2024.2.0 | |
cloudflared has been updated to version 2024.2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment