test

Haml code posted
created at 16 Oct 14:07

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
config interface 'loopback'
  option ifname 'lo'
  option proto 'static'
  option ipaddr '127.0.0.1'
  option netmask '255.0.0.0'

config interface 'lan'
  option ifname 'eth0'
  option proto 'dhcp'
  option hostname 't4dap'

config interface 'wifi'
  option proto 'static'
  option ipaddr '192.168.1.1'
  option netmask '255.255.255.0'
  option type 'bridge'

config interface 'guest'
  option proto 'static'
  option ipaddr '10.0.24.1'
  option netmask '255.255.255.0'
476 Bytes in 11 ms with coderay