Search results

  • 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!

  1. S

    Unbound Unbound DNS VPN Client w/policy rules

    I use dnsleaktest.com to make sure my vpn’s IP is being used. I also have whatsmyip.com listed in x3mRoutings bypass rules so I can check that my wan ip is being used for things that should be bypassing the vpn.
  2. S

    Unbound Unbound DNS VPN Client w/policy rules

    Glad you got it figured out. Let me know if anything else comes up.
  3. S

    Unbound Unbound DNS VPN Client w/policy rules

    Everything has been working great for me. Definitely feels much snappier once the tunnel has been established but that could just be my perception.
  4. S

    Entware Nordlynx opkg package building

    Is there any guidance on how to rebuild a package for entware? Right now my main question is how are the services handled/named? I see the format is SXXbinary_name but how to I go about assigning that so it won’t conflict with any other already installed or future programs. These are the main...
  5. S

    amtm amtm step-by-step install guide - L&LD

    Edited my post above. I misread your original post. As far as what to install it really depends on your needs. Division is a great ad blocker but unbound and Pihole can do the same thing. Skynet for ip blocking rules. Those are the two main ones. I attached my installs below
  6. S

    amtm amtm step-by-step install guide - L&LD

    It is added to your drive. It will scan at boot. You can press e to exit. Or press 2 if you want to bypass scanning of a drive if scanning takes too long. At this point you can type “amtm” in your terminal and once it opens you can press “i” to see the scripts it can install. If you want to use...
  7. S

    YazDHCP - alpha - Extended DHCP management script

    :p lol I’m pretty sure if that was made syntactically correct you would get like sizeof(long int) assuming length would return something of type int but nonsense code is fun. But do be careful with length members they sometimes don’t count control characters like the null string termination...
  8. S

    YazDHCP - alpha - Extended DHCP management script

    Haha No What you want is this (sizeof(x.value.length) * 2) to get the value in nibbles But really fantastic work. I’ve had the script installed for a few days now and so far nothing has broken that I’ve noticed. Thanks for all your hard work.
  9. S

    uiDivStats Both pCPUS to 100% and many processes backed up

    YazDHCP?! Best thing I’ve heard all day! I love yazfi but my echo dot is always misbehaving in one way or another. Lately it’s been fond of trying to stay on my main subnet after yazfi tries to bounce it.
  10. S

    uiDivStats Both pCPUS to 100% and many processes backed up

    Yeah I understand that uiDivStats is what’s creating the processes that is overloading things my thought was that restarting httpd would reset divStats and clear it out but to be honest I’m not well versed on the inner workings of divStats. I know it has a few cron jobs if there is a worker...
  11. S

    uiDivStats Both pCPUS to 100% and many processes backed up

    I occasionally have issues with the addons pages not loading data into graphs. Sometimes it will just hang and then load other times it won’t ever come up. I’ve always fixed this by just closing my chrome tab and starting a new one. I thought chrome was the culprit but now I’m wondering if this...
  12. S

    amtm amtm step-by-step install guide - L&LD

    @L&LD It may be help to include a basic introduction into bash/sh. I have had experience programming in C, python, etc but I’m very new to programs in sh so I’m constantly looking up syntax and trying to figure out best practices. I know there are lots of resources on the internet for this but...
  13. S

    Unbound Unbound DNS VPN Client w/policy rules

    Added a 5 second static delay before polling the interface starts. Also I’ll get this on GitHub at some point this week
  14. S

    Unbound Unbound DNS VPN Client w/policy rules

    Ha I feel like a dummy but I did say rough concept didn’t I? So maybe something like this? #!/bin/sh logger -st "($(basename "$0"))" $$ Starting Script Execution iptables -t mangle -D OUTPUT -d "$( (nvram get wan0_dns) | awk '{print $1}')"/32 -p udp --dport 53 -j MARK --set-mark 0x8000/0x8000...
  15. S

    Unbound Unbound DNS VPN Client w/policy rules

    I have a small update. I spent like 30-45 minutes this morning working on a rough concept script for getting unbound set to the vpn once it’s available rather than a hard coded delay. I’ll post what I’ve thrown together below and I’d be happy to get some feedback. **warning** I literally just...
  16. S

    Unbound Unbound DNS VPN Client w/policy rules

    Ive edited the original post to reflect the change already. You really just need to get the dns servers your router users so the new rules won’t break how the router does it’s lookups. On my router both wan_dns and wan0_dns contain these values I just wanted to try to make sure it works the same...
  17. S

    Unbound Unbound DNS VPN Client w/policy rules

    Yes that is correct. The router should resolve through the DNS provided in your WAN settings and everything else should resolve through unbound with your VPNs ip
  18. S

    Diversion Whitelist entries still being blocked.

    If you are running skynet you can try firewall whitelist domain <domainName> I believe these whitelists are linked so unblocking on division should do the same thing but it may be worth a shot.
  19. S

    Unbound Unbound DNS VPN Client w/policy rules

    I am. Sorry for the delayed response I didn’t see the notification. Everything is working as expected however I’m still playing with the delay setting. If I get some time I am planning on trying to modify the vpnevent script to poll the connection status of the tunnel and run unbound once it’s...
  20. S

    Unbound Delay=X parameter for vpn binding

    @Martineau Yes tuning the delay would be far easier but as you said that value is going to change based on your hardware/addons. Throughout the process of setting up unbound I found several posts of people asking about the setup and although there are resources out there nothing really seemed...
Top