Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.219.115.102
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
etc /
nftables /
Delete
Unzip
Name
Size
Permission
Date
Action
osf
[ DIR ]
drwx------
2020-10-30 04:15
main.nft
1.66
KB
-rw-------
2020-10-30 04:15
nat.nft
743
B
-rw-------
2020-10-30 04:15
router.nft
407
B
-rw-------
2020-10-30 04:15
Save
Rename
# Sample configuration snippet for nftables service. # Meant to be included by main.nft, not for direct use. # dedicated table for IPv4 table ip nftables_svc { # interfaces to masquerade traffic from set masq_interfaces { type ifname elements = { "virbr0" } } # networks to masquerade traffic from # 'interval' flag is required to support subnets set masq_ips { type ipv4_addr flags interval elements = { 192.168.122.0/24 } } # base-chain to manipulate conntrack in postrouting, # will see packets for new or related traffic only chain POSTROUTING { type nat hook postrouting priority srcnat + 20 policy accept iifname @masq_interfaces oifname != @masq_interfaces masquerade ip saddr @masq_ips masquerade } }