⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
augeas
/
lenses
/
dist
/
tests
/
Edit File: test_netmasks.aug
(* Test for netmasks lens *) module Test_netmasks = let conf = "# The netmasks file associates Internet Protocol (IP) address # masks with IP network numbers. # 192.168.1.0 255.255.255.0 10.0.0.0 255.0.0.0 " test Netmasks.lns get conf = { "#comment" = "The netmasks file associates Internet Protocol (IP) address" } { "#comment" = "masks with IP network numbers." } { } { } { "1" { "network" = "192.168.1.0" } { "netmask" = "255.255.255.0" } } { "2" { "network" = "10.0.0.0" } { "netmask" = "255.0.0.0" } } (* Local Variables: *) (* mode: caml *) (* End: *)
Simpan