403Webshell
Server IP : 104.21.14.103  /  Your IP : 3.15.150.157
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /opt/puppetlabs/puppet/share/augeas/lenses/dist/tests/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /opt/puppetlabs/puppet/share/augeas/lenses/dist/tests/test_networks.aug
module Test_Networks =

let conf = "# Sample networks
default         0.0.0.0         # default route    - mandatory
loopnet         127.0.0.0    loopnet_alias  loopnet_alias2   # loopback network - mandatory
mynet           128.253.154   # Modify for your own network address

loopback        127
arpanet         10      arpa    # Historical
localnet        192.168.25.192
"

test Networks.lns get conf =
  { "#comment" = "Sample networks" }
  { "1"
    { "name" = "default" }
    { "number" = "0.0.0.0" }
    { "#comment" = "default route    - mandatory" }
  }
  { "2"
    { "name" = "loopnet" }
    { "number" = "127.0.0.0" }
    { "aliases"
      { "1" = "loopnet_alias" }
      { "2" = "loopnet_alias2" }
    }
    { "#comment" = "loopback network - mandatory" }
  }
  { "3"
    { "name" = "mynet" }
    { "number" = "128.253.154" }
    { "#comment" = "Modify for your own network address" }
  }
  {}
  { "4"
    { "name" = "loopback" }
    { "number" = "127" }
  }
  { "5"
    { "name" = "arpanet" }
    { "number" = "10" }
    { "aliases"
      { "1" = "arpa" }
    }
    { "#comment" = "Historical" }
  }
  { "6"
    { "name" = "localnet" }
    { "number" = "192.168.25.192" }
  }

Youez - 2016 - github.com/yon3zu
LinuXploit