Client/OpenWRT: Difference between revisions

From Bondix Wiki
(Created page with "The client can be installed manually on nearly any OpenWRT based router following the client installation guide. Things to notice: = Configuration Location = * You...")
 
(Replaced content with "This page has been removed.")
Tags: Replaced Visual edit
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The client can be installed manually on nearly any OpenWRT based router following the [[Client|client installation guide]]. Things to notice:
This page has been removed.
 
= Configuration Location =
* You should create your configuration at <code>/etc/config/saneclient.json</code>
= init.d Script (etc/init.d/bondix) =
<nowiki>
#!/bin/sh /etc/rc.common
 
START=90
STOP=15
 
start() {
    /opt/bondix/client/saneclient --daemon --flags disableHash useMMSG bondingProxy /etc/config/saneclient.json
}
 
stop() {
    /opt/bondix/client/bndutil shutdown
    sleep 1
}
</nowiki>
 
Use <code>/etc/init.d/bondix enable</code> to automatically start the client
= UCI integration =
* You should create an interface in UCI. protocol=none, interface => sane's virtual interface (tun0), firewall zone => wan
* make sure to set a custom public DNS server

Latest revision as of 15:55, 5 June 2025

This page has been removed.