diff --git a/docs/installation/index.html b/docs/installation/index.html
index 8afe4b8..04f324f 100644
--- a/docs/installation/index.html
+++ b/docs/installation/index.html
@@ -84,6 +84,45 @@ GOARCH=amd64 gokr-packer Configuration
+ The Example: Schema: see The Example: Schema: see Please be aware that Hairpinning is currently not supported (see issue #53 Support for Hairpinning) Run e.g. Interfaces
+/perm/interfaces.json
configuration file will be automatically created if it is not present when you run the first recovery.{
+ "interfaces": [
+ {
+ "hardware_addr": "12:34:56:78:9a:b0",
+ "name": "lan0",
+ "addr": "192.168.0.1/24"
+ },
+ {
+ "hardware_addr": "12:34:56:78:9a:b2",
+ "name": "uplink0"
+ }
+ ]
+}
+
InterfaceConfig
Port Forwarding
+/perm/portforwardings.json
configuration file can be created to define port forwarding rules.{
+ "forwardings": [
+ {
+ "proto": "tcp",
+ "port": "22",
+ "dest_addr": "10.0.0.10",
+ "dest_port": "22"
+ },
+ {
+ "proto": "tcp",
+ "port": "80",
+ "dest_addr": "10.0.0.10",
+ "dest_port": "80"
+ }
+ ]
+}
+
portForwardings
Updates
rtr7-safe-update -updates_dir=$HOME/router7/updates
to:
@@ -124,6 +163,12 @@ Dashboard.