This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PATCH https://api.godaddy.com/v1/domains/{domain}/records | |
Accept: application/json | |
Content-Type: application/json | |
Authorization: sso-key key:secret | |
[{"data": "{value}", "name": "{subDomain}", "ttl": 600, "type": "TXT"}] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#echo -n Password /[email protected]/ : | |
#read -s password | |
password="{Enter Your Password Here or Enable above 2 line}" | |
ip_bits(){ | |
z=$1; | |
a=$(echo "l($z)/l(2)" | bc -l | awk '{print int($1)}'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import io.netty.buffer.ByteBuf; | |
import io.netty.buffer.ByteBufUtil; | |
import io.netty.buffer.Unpooled; | |
import io.netty.channel.ChannelHandlerContext; | |
import io.netty.handler.codec.ByteToMessageDecoder; | |
import java.util.List; | |
public class EnclosedFrameDecoder extends ByteToMessageDecoder { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import javax.net.ssl.*; | |
import java.io.*; | |
import java.net.URL; | |
import java.nio.charset.StandardCharsets; | |
import java.security.*; | |
import java.util.Base64; | |
public class HttpsUrlConnectionExample { | |
/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.0.171.2 | |
1.0.243.9 | |
1.116.135.59 | |
1.116.61.245 | |
1.117.65.89 | |
1.117.88.161 | |
1.12.229.48 | |
1.12.243.193 | |
1.12.60.77 | |
1.13.175.120 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#save as /etc/chatscripts/sim900 | |
ABORT "BUSY" | |
ABORT "VOICE" | |
ABORT "NO CARRIER" | |
ABORT "NO DIALTONE" | |
ABORT "NO DIAL TONE" | |
ABORT "NO ANSWER" | |
ABORT "DELAYED" | |
REPORT "CONNECT" | |
TIMEOUT 6 |
OlderNewer