Home
last modified time | relevance | path

Searched defs:DNSRecord (Results 1 – 25 of 833) sorted by relevance

12345678910>>...34

/dports/www/beehive/beehive-0.4.0/vendor/github.com/cloudflare/cloudflare-go/
H A Ddns.go13 type DNSRecord struct { struct
14 ID string `json:"id,omitempty"`
15 Type string `json:"type,omitempty"`
16 Name string `json:"name,omitempty"`
17 Content string `json:"content,omitempty"`
19 Proxied bool `json:"proxied"`
20 TTL int `json:"ttl,omitempty"`
21 Locked bool `json:"locked,omitempty"`
22 ZoneID string `json:"zone_id,omitempty"`
27 Meta interface{} `json:"meta,omitempty"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/cloudflare/cloudflare-go/
H A Ddns.go16 type DNSRecord struct { struct
17 ID string `json:"id,omitempty"`
18 Type string `json:"type,omitempty"`
19 Name string `json:"name,omitempty"`
20 Content string `json:"content,omitempty"`
21 Proxiable bool `json:"proxiable,omitempty"`
22 Proxied *bool `json:"proxied,omitempty"`
23 TTL int `json:"ttl,omitempty"`
24 Locked bool `json:"locked,omitempty"`
25 ZoneID string `json:"zone_id,omitempty"`
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/cloudflare/cloudflare-go/
H A Ddns.go15 type DNSRecord struct { struct
16 ID string `json:"id,omitempty"`
17 Type string `json:"type,omitempty"`
18 Name string `json:"name,omitempty"`
19 Content string `json:"content,omitempty"`
20 Proxiable bool `json:"proxiable,omitempty"`
21 Proxied *bool `json:"proxied,omitempty"`
22 TTL int `json:"ttl,omitempty"`
23 Locked bool `json:"locked,omitempty"`
24 ZoneID string `json:"zone_id,omitempty"`
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/cloudflare/cloudflare-go/
H A Ddns.go16 type DNSRecord struct { struct
17 ID string `json:"id,omitempty"`
18 Type string `json:"type,omitempty"`
19 Name string `json:"name,omitempty"`
20 Content string `json:"content,omitempty"`
21 Proxiable bool `json:"proxiable,omitempty"`
22 Proxied *bool `json:"proxied,omitempty"`
23 TTL int `json:"ttl,omitempty"`
24 Locked bool `json:"locked,omitempty"`
25 ZoneID string `json:"zone_id,omitempty"`
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/godaddy/internal/
H A Dtypes.go4 type DNSRecord struct { struct
5 Name string `json:"name,omitempty"`
6 Type string `json:"type,omitempty"`
7 Data string `json:"data"`
8 TTL int `json:"ttl,omitempty"`
10 Priority int `json:"priority,omitempty"`
11 Port int `json:"port,omitempty"`
12 Protocol string `json:"protocol,omitempty"`
13 Service string `json:"service,omitempty"`
14 Weight int `json:"weight,omitempty"`
/dports/security/lego/lego-4.5.3/vendor/github.com/liquidweb/liquidweb-go/network/
H A Ddns.go43 type DNSRecord struct { struct
44 ID types.FlexInt `json:"id,omitempty"`
45 Name string `json:"name,omitempty"`
46 Prio types.FlexInt `json:"prio,omitempty"`
47 RData string `json:"rdata,omitempty"`
48 TTL types.FlexInt `json:"ttl,omitempty"`
49 Type string `json:"type,omitempty"`
50 Zone string `json:"zone,omitempty"`
55 Expiry types.FlexInt `json:"expiry,omitempty"`
60 Port types.FlexInt `json:"port,omitempty"`
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/liquidweb/liquidweb-go/network/
H A Ddns.go43 type DNSRecord struct { struct
44 ID types.FlexInt `json:"id,omitempty"`
45 Name string `json:"name,omitempty"`
46 Prio types.FlexInt `json:"prio,omitempty"`
47 RData string `json:"rdata,omitempty"`
48 TTL types.FlexInt `json:"ttl,omitempty"`
49 Type string `json:"type,omitempty"`
50 Zone string `json:"zone,omitempty"`
55 Expiry types.FlexInt `json:"expiry,omitempty"`
60 Port types.FlexInt `json:"port,omitempty"`
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-acme/lego/v3/providers/dns/netlify/internal/
H A Dmodel.go4 type DNSRecord struct { struct
5 ID string `json:"id,omitempty"`
6 Hostname string `json:"hostname,omitempty"`
7 TTL int `json:"ttl,omitempty"`
8 Type string `json:"type,omitempty"`
9 Value string `json:"value,omitempty"`
/dports/security/lego/lego-4.5.3/providers/dns/netlify/internal/
H A Dmodel.go4 type DNSRecord struct { struct
5 ID string `json:"id,omitempty"`
6 Hostname string `json:"hostname,omitempty"`
7 TTL int `json:"ttl,omitempty"`
8 Type string `json:"type,omitempty"`
9 Value string `json:"value,omitempty"`
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/netlify/internal/
H A Dmodel.go4 type DNSRecord struct { struct
5 ID string `json:"id,omitempty"`
6 Hostname string `json:"hostname,omitempty"`
7 TTL int `json:"ttl,omitempty"`
8 Type string `json:"type,omitempty"`
9 Value string `json:"value,omitempty"`
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-acme/lego/v3/providers/dns/hetzner/internal/
H A Dmodel.go4 type DNSRecord struct { struct
5 ID string `json:"id,omitempty"`
6 Name string `json:"name,omitempty"`
7 Type string `json:"type,omitempty"`
8 Value string `json:"value"`
9 Priority int `json:"priority,omitempty"`
10 TTL int `json:"ttl,omitempty"`
11 ZoneID string `json:"zone_id,omitempty"`
/dports/security/lego/lego-4.5.3/providers/dns/hetzner/internal/
H A Dmodel.go4 type DNSRecord struct { struct
5 ID string `json:"id,omitempty"`
6 Name string `json:"name,omitempty"`
7 Type string `json:"type,omitempty"`
8 Value string `json:"value"`
9 Priority int `json:"priority,omitempty"`
10 TTL int `json:"ttl,omitempty"`
11 ZoneID string `json:"zone_id,omitempty"`
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/hetzner/internal/
H A Dmodel.go4 type DNSRecord struct { struct
5 ID string `json:"id,omitempty"`
6 Name string `json:"name,omitempty"`
7 Type string `json:"type,omitempty"`
8 Value string `json:"value"`
9 Priority int `json:"priority,omitempty"`
10 TTL int `json:"ttl,omitempty"`
11 ZoneID string `json:"zone_id,omitempty"`
/dports/security/lego/lego-4.5.3/providers/dns/dynu/internal/
H A Dmodel.go23 type DNSRecord struct { struct
24 ID int64 `json:"id,omitempty"`
25 Type string `json:"recordType,omitempty"`
26 DomainID int64 `json:"domainId,omitempty"`
28 NodeName string `json:"nodeName,omitempty"`
29 Hostname string `json:"hostname,omitempty"`
30 State bool `json:"state,omitempty"`
31 Content string `json:"content,omitempty"`
32 TextData string `json:"textData,omitempty"`
33 TTL int `json:"ttl,omitempty"`
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-acme/lego/v3/providers/dns/dynu/internal/
H A Dmodel.go23 type DNSRecord struct { struct
24 ID int64 `json:"id,omitempty"`
25 Type string `json:"recordType,omitempty"`
26 DomainID int64 `json:"domainId,omitempty"`
28 NodeName string `json:"nodeName,omitempty"`
29 Hostname string `json:"hostname,omitempty"`
30 State bool `json:"state,omitempty"`
31 Content string `json:"content,omitempty"`
32 TextData string `json:"textData,omitempty"`
33 TTL int `json:"ttl,omitempty"`
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/dynu/internal/
H A Dmodel.go23 type DNSRecord struct { struct
24 ID int64 `json:"id,omitempty"`
25 Type string `json:"recordType,omitempty"`
26 DomainID int64 `json:"domainId,omitempty"`
28 NodeName string `json:"nodeName,omitempty"`
29 Hostname string `json:"hostname,omitempty"`
30 State bool `json:"state,omitempty"`
31 Content string `json:"content,omitempty"`
32 TextData string `json:"textData,omitempty"`
33 TTL int `json:"ttl,omitempty"`
[all …]
/dports/security/lego/lego-4.5.3/providers/dns/arvancloud/internal/
H A Dmodel.go11 type DNSRecord struct { struct
12 ID string `json:"id,omitempty"`
13 Type string `json:"type"`
14 Value interface{} `json:"value,omitempty"`
15 Name string `json:"name,omitempty"`
16 TTL int `json:"ttl,omitempty"`
17 UpstreamHTTPS string `json:"upstream_https,omitempty"`
18 IPFilterMode *IPFilterMode `json:"ip_filter_mode,omitempty"`
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/arvancloud/internal/
H A Dmodel.go11 type DNSRecord struct { struct
12 ID string `json:"id,omitempty"`
13 Type string `json:"type"`
14 Value interface{} `json:"value,omitempty"`
15 Name string `json:"name,omitempty"`
16 TTL int `json:"ttl,omitempty"`
17 UpstreamHTTPS string `json:"upstream_https,omitempty"`
18 IPFilterMode *IPFilterMode `json:"ip_filter_mode,omitempty"`
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-acme/lego/v3/providers/dns/godaddy/
H A Dclient.go14 type DNSRecord struct { struct
15 Name string `json:"name,omitempty"`
16 Type string `json:"type,omitempty"`
17 Data string `json:"data"`
18 Priority int `json:"priority,omitempty"`
19 TTL int `json:"ttl,omitempty"`
47 func (d *DNSProvider) updateTxtRecords(records []DNSRecord, domainZone string, recordName string) e…
/dports/security/lego/lego-4.5.3/providers/dns/godaddy/
H A Dclient.go13 type DNSRecord struct { struct
14 Name string `json:"name,omitempty"`
15 Type string `json:"type,omitempty"`
16 Data string `json:"data"`
17 Priority int `json:"priority,omitempty"`
18 TTL int `json:"ttl,omitempty"`
46 func (d *DNSProvider) updateTxtRecords(records []DNSRecord, domainZone, recordName string) error {
/dports/security/lego/lego-4.5.3/vendor/github.com/labbsr0x/bindman-dns-webhook/src/types/
H A Ddnsrecord.go11 type DNSRecord struct { struct
13 Name string `json:"name"`
16 Value string `json:"value"`
19 Type string `json:"type"`
23 func (record *DNSRecord) Check() []string {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/labbsr0x/bindman-dns-webhook/src/types/
H A Ddnsrecord.go11 type DNSRecord struct { struct
13 Name string `json:"name"`
16 Value string `json:"value"`
19 Type string `json:"type"`
23 func (record *DNSRecord) Check() []string {
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/exoscale/egoscale/
H A Ddns.go39 type DNSRecord struct { struct
40 ID int64 `json:"id,omitempty"`
41 DomainID int64 `json:"domain_id,omitempty"`
42 Name string `json:"name"`
43 TTL int `json:"ttl,omitempty"`
44 CreatedAt string `json:"created_at,omitempty"`
45 UpdatedAt string `json:"updated_at,omitempty"`
46 Content string `json:"content"`
47 RecordType string `json:"record_type"`
48 Prio int `json:"prio,omitempty"`
[all …]
/dports/security/lego/lego-4.5.3/providers/dns/luadns/internal/
H A Dmodel.go29 type DNSRecord struct { struct
30 ID int `json:"id,omitempty"`
31 Name string `json:"name,omitempty"`
32 Type string `json:"type,omitempty"`
33 Content string `json:"content,omitempty"`
34 TTL int `json:"ttl,omitempty"`
35 ZoneID int `json:"zone_id,omitempty"`
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-acme/lego/v3/providers/dns/luadns/internal/
H A Dmodel.go29 type DNSRecord struct { struct
30 ID int `json:"id,omitempty"`
31 Name string `json:"name,omitempty"`
32 Type string `json:"type,omitempty"`
33 Content string `json:"content,omitempty"`
34 TTL int `json:"ttl,omitempty"`
35 ZoneID int `json:"zone_id,omitempty"`

12345678910>>...34