mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
@@ -11,7 +11,7 @@
|
||||
# Double the default maximum ports value
|
||||
# +Q 131072
|
||||
|
||||
# Bind shedulers to CPU's (good when there are no other processes in OS that bind to processors)
|
||||
# Bind schedulers to CPU's (good when there are no other processes in OS that bind to processors)
|
||||
# +stbt db
|
||||
|
||||
# Disable schedulers compaction of load (don't disable schedulers that is out of work)
|
||||
|
||||
@@ -97,7 +97,7 @@ pub struct RequestConnection {
|
||||
pub struct ReuseConnection {
|
||||
/// Resource id the request is for.
|
||||
pub resource_id: ResourceId,
|
||||
/// Id of the gateway we want to re-use
|
||||
/// Id of the gateway we want to reuse
|
||||
pub gateway_id: GatewayId,
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Allow Google Cloud and Let's Encrypt to issue cerificates for our domain
|
||||
# Allow Google Cloud and Let's Encrypt to issue certificates for our domain
|
||||
resource "google_dns_record_set" "dns-caa" {
|
||||
project = module.google-cloud-project.project.project_id
|
||||
managed_zone = module.google-cloud-dns.zone_name
|
||||
|
||||
Reference in New Issue
Block a user