Hello Guys, sorry maybe noob question. i have updated new .2 Voxel firmware and reinstalled kamoj addon. i'm not seeing the add in advance setting. am i doing something wrong? on the previous version it was working fine. thank you
Hi,
thanks for the addon but I have an issue with it on R9000/fw v. 1.0.4.38HF. It's impossible to change anything on the Kamoj Menu / Settings page. When I select some option the page just reloads and nothing actually changes.
I don't usespywareChrome.
Hello sir. No I didn't. Router is 7800. As I told you previous upgrade were successful. What is the command to be used?You unistalled previous kamoj add-on first?
What router do you have?
Kamoj Addon: OpenVPN Bypass. Bypass the VPN tunnel for selected devices
please split tunneling port
example all traffic on the vpn
80 and 21 on my real ip
i have server on my pc
it's possible?
# Run DDNS update
[ -x /opt/scripts/ddns-update.sh ] && /opt/scripts/ddns-update.sh
#!/bin/sh
# register my IP to Dynu DDNS
URL="http://api.dynu.com/nic/update"
HOSTNAME="domain.net"
PASSWORD="PASSWORD_PLAINorMD5HASH"
IPV4=$(wget -O - -q http://myip.dnsomatic.com/)
IPV6="no"
wget -qO /dev/null "$URL?hostname=$HOSTNAME&myip=$IPV4&myipv6=$IPV6&password=$PASSWORD"
Hello,
@kamoj , here is another wish easy to implement (custom ddns):
In /usr/sbin/net-wall you could add/insert:
Code:# Run DDNS update [ -x /opt/scripts/ddns-update.sh ] && /opt/scripts/ddns-update.sh
And from your Settings page, you could add a « Custom DDNS » section with a checkbox to enable/disable and a SCRIPT text box .
When the checkbox is enabled, it would create a ddns-update.sh file in /opt/scripts/ with whatever is in the text box. When the checkbox is disabled, it would simply delete the ddns-update.sh file.
Here is an example of what a user would put in the text box:
Code:#!/bin/sh # register my IP to Dynu DDNS URL="http://api.dynu.com/nic/update" HOSTNAME="domain.net" PASSWORD="PASSWORD_PLAINorMD5HASH" IPV4=$(wget -O - -q http://myip.dnsomatic.com/) IPV6="no" wget -qO /dev/null "$URL?hostname=$HOSTNAME&myip=$IPV4&myipv6=$IPV6&password=$PASSWORD"
I use that and it works, however, it would be useful to add that in your plugin to avoid to telnet into the router. It still requires some knowledge for users to write the script, but already a step forward. It could easily be made more user-friendly by adding a scroll-down menu to choose provider, etc...
What do you think?
sed -i "s/cron2_onoff_value === '2'/cron2_onoff_value === '1'/g" /www/addon_settings.htm
sed -i "s/cron3_onoff_value === '3'/cron3_onoff_value === '1'/g" /www/addon_settings.htm
Feature request: I'd like to have the option to restrict Internet access for a specific device, e.g. Internet will cut off at a certain time...
[2020-03-06 17:34:45] [NOTICE] dnscrypt-proxy 2.0.39
[2020-03-06 17:34:45] [NOTICE] Network connectivity detected
[2020-03-06 17:34:45] [INFO] Source [public-resolvers] loading from URL [https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md]
[2020-03-06 17:34:48] [NOTICE] Source [public-resolvers] loaded
[2020-03-06 17:34:48] [INFO] Source [relays] loading from URL [https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/relays.md]
[2020-03-06 17:34:49] [NOTICE] Source [relays] loaded
[2020-03-06 17:34:49] [NOTICE] Firefox workaround initialized
[2020-03-06 17:34:49] [NOTICE] Loading the set of blocking rules from [/etc/blacklist.txt]
[2020-03-06 17:34:51] [NOTICE] dnscrypt-proxy 2.0.39
[2020-03-06 17:34:51] [NOTICE] Network connectivity detected
[2020-03-06 17:34:51] [NOTICE] Source [public-resolvers] loaded
[2020-03-06 17:34:51] [NOTICE] Source [relays] loaded
[2020-03-06 17:34:51] [NOTICE] Firefox workaround initialized
[2020-03-06 17:34:51] [NOTICE] Loading the set of blocking rules from [/etc/blacklist.txt]
[2020-03-06 17:34:53] [NOTICE] Now listening to 127.0.0.1:64153 [UDP]
[2020-03-06 17:34:53] [NOTICE] Now listening to 127.0.0.1:64153 [TCP]
[2020-03-06 17:34:53] [NOTICE] Now listening to [::1]:64153 [UDP]
[2020-03-06 17:34:53] [NOTICE] Now listening to [::1]:64153 [TCP]
[2020-03-06 17:34:54] [FATAL] listen udp 127.0.0.1:64153: bind: address already in use
[2020-03-06 17:34:54] [INFO] [cloudflare] TLS version: 304 - Protocol: h2 - Cipher suite: 4867
[2020-03-06 17:34:54] [NOTICE] [cloudflare] OK (DoH) - rtt: 26ms
[2020-03-06 17:34:54] [NOTICE] [dnscrypt.eu-nl] OK (DNSCrypt) - rtt: 144ms
[2020-03-06 17:34:55] [NOTICE] [scaleway-fr] OK (DNSCrypt) - rtt: 165ms
[2020-03-06 17:34:55] [NOTICE] [dnscrypt.eu-dk] OK (DNSCrypt) - rtt: 146ms
[2020-03-06 17:34:55] [NOTICE] Sorted latencies:
[2020-03-06 17:34:55] [NOTICE] - 26ms cloudflare
[2020-03-06 17:34:55] [NOTICE] - 144ms dnscrypt.eu-nl
[2020-03-06 17:34:55] [NOTICE] - 146ms dnscrypt.eu-dk
[2020-03-06 17:34:55] [NOTICE] - 165ms scaleway-fr
[2020-03-06 17:34:55] [NOTICE] Server with the lowest initial latency: cloudflare (rtt: 26ms)
[2020-03-06 17:34:55] [NOTICE] dnscrypt-proxy is ready - live servers: 4
Question regarding DNS Privacy and Ad-Blocking Kamoj menu. Do i need to activate DnsCrypt v2 as encryption to be able to using DnsCrypt 2 Ad-blocking in the Kamoj menu?
Also does enabling Dnscrypt v2 as encryption automatically enable Mybase blacklist? Do i still need to select it below in ad-blocking as blacklist filer?
On restarting the router this shows in the logfile:
[FATAL] listen udp 127.0.0.1:64153: bind: address already in use
Does this cause any problem?
Question regarding DNS Privacy and Ad-Blocking Kamoj menu. Do i need to activate DnsCrypt v2 as encryption to be able to using DnsCrypt 2 Ad-blocking in the Kamoj menu?
Also does enabling Dnscrypt v2 as encryption automatically enable Mybase blacklist? Do i still need to select it below in ad-blocking as blacklist filer?
On restarting the router this shows in the logfile:
[FATAL] listen udp 127.0.0.1:64153: bind: address already in use
Does this cause any problem?
there is no command as I know can restart the dnscrypt-proxy without a reboot.
having an issue where if I enable stubby or DNScrypt v2, I keep getting pop-up to login.
using http://www.routerlogin.net/adv_index.htm to login, tried firefox, chrome, private mode, all same result. tried both http and https
One small issue I've found on this router whilst using an OpenVPN client: NAT loopback/hairpinning doesn't work.
Keep in mind this is not specific to your setup - I get the same behaviour using this: https://www.myopenrouter.com/article/how-set-openvpn-client-netgear-r7800-voxels-custom-firmware
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!