mirror of
https://github.com/pia-foss/manual-connections.git
synced 2025-02-05 14:08:29 +00:00
on wireguard switch back to 0.0.0.0/0 from 0.0.0.0/1, 128.0.0.0/1, as this is blocking connections on some devices
This commit is contained in:
parent
9ee75c4df1
commit
c7336e9e03
|
@ -139,7 +139,7 @@ $dnsSettingForVPN
|
||||||
[Peer]
|
[Peer]
|
||||||
PersistentKeepalive = 25
|
PersistentKeepalive = 25
|
||||||
PublicKey = $(echo "$wireguard_json" | jq -r '.server_key')
|
PublicKey = $(echo "$wireguard_json" | jq -r '.server_key')
|
||||||
AllowedIPs = 0.0.0.0/1, 128.0.0.0/1
|
AllowedIPs = 0.0.0.0/0
|
||||||
Endpoint = ${WG_SERVER_IP}:$(echo "$wireguard_json" | jq -r '.server_port')
|
Endpoint = ${WG_SERVER_IP}:$(echo "$wireguard_json" | jq -r '.server_port')
|
||||||
" > /etc/wireguard/pia.conf || exit 1
|
" > /etc/wireguard/pia.conf || exit 1
|
||||||
echo -e "${green}OK!${nc}"
|
echo -e "${green}OK!${nc}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user