• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by Jack-Sparr0w

  1. Jack-Sparr0w

    Error with unbound and VPN all default settings set

    It only happens when I bind to any VPN
  2. Jack-Sparr0w

    Error with unbound and VPN all default settings set

    even without a firewall and default settings, also different VPN's including mullvad with is discontinued support for open vpn next month, So unless I see a way to bind outbound traffic on Wireguard. I'm really not sure at this point. My ISP is blocking outbound connection from vpn to local...
  3. Jack-Sparr0w

    Error with unbound and VPN all default settings set

    nslookup: can't resolve 'amdahl.com' ***ERROR unbound configuration contains 'outgoing-interface' and nslookup fails?
  4. Jack-Sparr0w

    Unbound Unbound Tuning for gaming

    stability is higher, not as much stutter
  5. Jack-Sparr0w

    Unbound Unbound Tuning for gaming

    use-caps-for-id no Avoid NordVPN DNS query handling issues if unbound dns is pushed in vpn then set to yes harden-referral-path no Improves DNS referral security no is best for vpn and cache hits (also is experimental not to much support) harden-algo-downgrade yes Avoids DNSSEC...
  6. Jack-Sparr0w

    Does this look right for Nord VPN Unbound setup, the extra address worked

    I have another account to I just lost the email
  7. Jack-Sparr0w

    Unbound Unbound Tuning for gaming

    Best way to make VPN work with hardened settings: # no threads and no memory slabs for threads num-threads: 4 msg-cache-slabs: 4 rrset-cache-slabs: 4 infra-cache-slabs: 4 key-cache-slabs: 4 ip-ratelimit-slabs: 4 ratelimit-slabs: 4 # tiny memory cache extended-statistics: yes...
  8. Jack-Sparr0w

    If Skynet Blocks Diversion website look below

    Use whitelist function in Skynet: 80.74.145.140 (Diversion website IP) https://www.diversion.ch/ .diversion.ch www.diversion.ch:80 bin.entware.net Whitelist AS21069 if all else fails
  9. Jack-Sparr0w

    Unbound Unbound not installing

    unbound_manager advanced then use rs nocache
  10. Jack-Sparr0w

    Unbound Unbound Tuning for gaming

    what OpenVPN custom config looks like: remote-random nobind tls-version-min 1.2 tls-version-max 1.3 resolv-retry infinite remote-cert-tls server cipher AES-256-GCM data-ciphers AES-256-GCM ping 60 ping-restart 180 ping-timer-rem verify-x509-name CN=ca1507.nordvpn.com persist-key persist-tun...
  11. Jack-Sparr0w

    Unbound Unbound Tuning for gaming

    log shows: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 103.86.96.100,dhcp-option DNS 103.86.99.100,explicit-exit-notify,comp-lzo no,route-gateway 10.100.0.1,topology subnet,ping 60,ping-restart 180,ifconfig 10.100.0.2 255.255.0.0,cipher AES-256-GCM'
  12. Jack-Sparr0w

    Unbound Unbound Tuning for gaming

    did that and log still said it was pushed
  13. Jack-Sparr0w

    Unbound Unbound Tuning for gaming

    just trying to block pushed dns in NordVPN
  14. Jack-Sparr0w

    Unbound Unbound Tuning for gaming

    Better option? push "redirect-gateway def1" - Redirects all to Unbound push "dhcp-option DNS 10.100.0.2" Vs pull-filter ignore "dhcp-option DNS" - could bypass and cause leaks push "redirect-gateway def1" push "dhcp-option DNS...
Back
Top