Skip to content

Commit

Permalink
update domain info (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjzar authored Dec 7, 2023
1 parent 061a903 commit b01eccc
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/ips/cmd_mdns.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func init() {

// mdns
mdnsCmd.Flags().StringVarP(&dnsClientNet, "net", "", "udp", "Specifies the network protocol to be used by the DNS client. tcp, udp, tcp-tls.")
mdnsCmd.Flags().IntVarP(&dnsClientTimeoutMs, "client-timeout", "", 1000, "Defines the timeout in milliseconds for DNS client requests.")
mdnsCmd.Flags().IntVarP(&dnsClientTimeoutMs, "client-timeout", "", 2000, "Defines the timeout in milliseconds for DNS client requests.")
mdnsCmd.Flags().BoolVarP(&dnsClientSingleInflight, "single-inflight", "", false, "Indicates whether the DNS client should avoid making duplicate queries concurrently.")
mdnsCmd.Flags().IntVarP(&mdnsTimeoutS, "timeout", "", 20, "Specifies the timeout in seconds for MDNS operations.")
mdnsCmd.Flags().StringVarP(&mdnsExchangeAddress, "exchange-address", "", "119.29.29.29", "Defines the address of the DNS server to be used for MDNS queries.")
Expand Down
3 changes: 2 additions & 1 deletion domainlist/data/ov.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ digitalocean.com name=DigitalOcean
edgecastcdn.net name=Edgio
edgecastcdn.net name=Verizon
edgekey.net name=Akamai
edgesuite.net name=Akamai
fastly.com name=Fastly
fastly.net name=Fastly
footprint.net name=Lumen CDN
Expand All @@ -45,7 +46,7 @@ netdna.com name=StackPath
omtrdc.net name=Adobe Ads
oracle.com name=Oracle
ovh.com name=OVHcloud
quantil.com name=ChinaNetCenter
quantil.com name=ChinaNetCenter
rackspace.com name=Rackspace Technology
s-msedge.net name=Microsoft Azure
stackpath.com name=StackPath
Expand Down
Loading

0 comments on commit b01eccc

Please sign in to comment.