diff --git a/proxy_resources/etc/wireguard/wg0.conf b/proxy_resources/etc/wireguard/wg0.conf index 00ab5cb..c44b2e1 100755 --- a/proxy_resources/etc/wireguard/wg0.conf +++ b/proxy_resources/etc/wireguard/wg0.conf @@ -22,7 +22,7 @@ PersistentKeepalive = 25 # Invidious Service [Peer] PublicKey = {{ invidious_service_pubkey }} -AllowedIPs = 10.0.0.3/32 +AllowedIPs = 10.0.0.9/32 PersistentKeepalive = 25 # Searxng Service diff --git a/services/service_invidious/docker-compose.yml b/services/service_invidious/docker-compose.yml index 9777c65..35415c6 100755 --- a/services/service_invidious/docker-compose.yml +++ b/services/service_invidious/docker-compose.yml @@ -14,7 +14,7 @@ services: - VPN_ENDPOINT_PORT={{ proxy_server_vpn_port }} - WIREGUARD_PUBLIC_KEY={{ vpn_server_pubkey }} - WIREGUARD_PRIVATE_KEY={{ invidious_service_privkey }} - - WIREGUARD_ADDRESSES=10.0.0.3/32 + - WIREGUARD_ADDRESSES=10.0.0.9/32 - FIREWALL_VPN_INPUT_PORTS=3000,5432 ports: - "3000:3000"