Cleanup a bit more and get ready to publish.
This commit is contained in:
@@ -121,7 +121,7 @@ necessary configuration files from various `rc.conf` variables and hints.
|
||||
drive this process, such that more customized configurations can be
|
||||
co-mingled with its patterns.
|
||||
|
||||
## How to setup using the `basic` sample configuration
|
||||
## Easy setup using the `basic` sample configuration
|
||||
|
||||
Executing this sequence of sample commands will setup a fully-functional SOHO
|
||||
router using this framework. You'll need to fill in the appropriate choices
|
||||
@@ -132,7 +132,7 @@ $ cd /etc
|
||||
$ mkdir router-conf
|
||||
$ cd router-conf
|
||||
$ git init .
|
||||
$ git submodule add rc.router https://gitea.nerdland.org/adam/rc.router
|
||||
$ git submodule add rc.router https://gitea.nerdland.org/rc.router/rc.router
|
||||
$ rc.router/scripts/install-dependencies.sh
|
||||
$ cp rc.router/samples/basic/* .
|
||||
$ cat << EOF > local.conf
|
||||
@@ -173,7 +173,7 @@ add_net ${internal_card} 0 main
|
||||
|
||||
EOF
|
||||
$ git add rc.conf
|
||||
$ git submodule add rc.router https://gitea.nerdland.org/adam/rc.router
|
||||
$ git submodule add rc.router https://gitea.nerdland.org/rc.router/rc.router
|
||||
$ git commit -m "FIRST POST!!!"
|
||||
$ rc.router/scripts/install-dependencies.sh
|
||||
$ echo 'rc_router_dir="/etc/router-conf/rc.router"' >> /etc/rc.conf
|
||||
@@ -204,7 +204,7 @@ v4_net="172.26"
|
||||
add_v4_net ${internal_card} 0 main
|
||||
EOF
|
||||
$ git add rc.conf
|
||||
$ git submodule add rc.router https://gitea.nerdland.org/adam/rc.router
|
||||
$ git submodule add rc.router https://gitea.nerdland.org/rc.router/rc.router
|
||||
$ git commit -m "FIRST POST!!!"
|
||||
$ rc.router/scripts/install-dependencies.sh
|
||||
$ echo 'rc_router_dir="/etc/router-conf/rc.router"' >> /etc/rc.conf
|
||||
|
||||
Reference in New Issue
Block a user