mirror of https://github.com/hak5/shark-files.git
17 lines
417 B
Plaintext
17 lines
417 B
Plaintext
config interface 'loopback'
|
|
option device 'lo'
|
|
option proto 'static'
|
|
option ipaddr '127.0.0.1'
|
|
option netmask '255.0.0.0'
|
|
|
|
config globals 'globals'
|
|
option ula_prefix 'fdc9:cb43:d39f::/48'
|
|
|
|
config interface 'lan'
|
|
option device 'eth0'
|
|
option proto 'static'
|
|
option ipaddr '172.16.24.1'
|
|
option netmask '255.255.255.0'
|
|
option ip6assign '60'
|
|
|