diff options
Diffstat (limited to 'examples/ROOT/etc/s6-init/network-config')
-rwxr-xr-x | examples/ROOT/etc/s6-init/network-config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/ROOT/etc/s6-init/network-config b/examples/ROOT/etc/s6-init/network-config new file mode 100755 index 0000000..2f9e3cd --- /dev/null +++ b/examples/ROOT/etc/s6-init/network-config @@ -0,0 +1,5 @@ +#!/command/execlineb -P + +# if { ifconfig lo 127.0.0.1 netmask 255.0.0.0 } + +# Configure your network interfaces and routing here. |