yuukiAme

Results 19 comments of yuukiAme

Testing another way. Came with this output ``` tom@toms-MacBook-Air:~/Desktop$ bash bash-5.0$ sudo create_macos_recovery.sh /Users/tom/Desktop/Install\ macOS\ High\ Sierra.app Password: sudo: create_macos_recovery.sh: command not found bash-5.0$ sudo ./create_macos_recovery.sh /Users/tom/Desktop/Install\ macOS\ High\ Sierra.app...

I just removed the portion of code below and ran it. Gave me new error. ```ruby # Detect if the macOS installer application is running macOS 10.13.x or later. If...

I checked the closed issue and found [this comment](https://github.com/MichaIng/DietPi/issues/5586#issuecomment-1198902017). Not sure whether to discuss it in that thread or my thread.

> We should clarify a few basic things at the beginning. > > When using a VPN such as Wireguard (PiVPN is only an interface on the server for managing...

> Check whether all traffic from the VPN client to the VPN server goes through the tunnel or whether only a split tunnel is active. `AllowedIPs = 0.0.0.0/0` should be...

> WireGuard (clients) have a setting `DNS` to enforce a different DNS server to query, which makes sense since a local one might not be reachable when traffic is forced...

> can you check /etc/resolv.conf ``` root@DietPi:~# cat /etc/resolv.conf nameserver 1.1.1.1 nameserver 1.0.0.1 ```

> I mean on the client(s). RIP. it's an iPhone. I also have an Android phone with Termux installed. Give me a few minutes to setup another pivpn client on...

The Termux doesn't work with `cat /etc/resolv.conf`. Nevermind. Any other methods?

> From your mobile phone, you should see the DNS queries inside the PiHole log. Do you? Even for the website in question. If this is the case, DNS resolution...