mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-25 07:33:43 +00:00
Merge branch 'development-v6' into new/cli_pw
This commit is contained in:
commit
0614c3c7a0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.1.7
|
||||||
|
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.10
|
||||||
uses: actions/setup-python@v5.1.0
|
uses: actions/setup-python@v5.1.1
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
|
|
||||||
|
|
|
@ -529,7 +529,7 @@ find_IPv4_information() {
|
||||||
local route
|
local route
|
||||||
local IPv4bare
|
local IPv4bare
|
||||||
|
|
||||||
# Find IP used to route to outside world by checking the the route to Google's public DNS server
|
# Find IP used to route to outside world by checking the route to Google's public DNS server
|
||||||
route=$(ip route get 8.8.8.8)
|
route=$(ip route get 8.8.8.8)
|
||||||
|
|
||||||
# Get just the interface IPv4 address
|
# Get just the interface IPv4 address
|
||||||
|
|
Loading…
Reference in a new issue