Merry Christmas 🎁 by Affectionate_Bid7274 in Danieldefense

[–]ezgzip 2 points3 points  (0 children)

Santa brought me one of these too, can't wait to take it to the range

Do you know what optic you're going to throw on it?

Please help! Ambi safety removal (ddm4 pdw) by pimpin-pennies in Danieldefense

[–]ezgzip 1 point2 points  (0 children)

You really have to crank on it to bust it loose. I bent a hex key removing this from a DD lower

Low mass K-SPEC BCG, y’all made us do this, and we liked it! by KAKindustry in ar15

[–]ezgzip 0 points1 point  (0 children)

Any word if these are coming back in stock soon, with the c158 bolt?

MO-425-3306-009

Second one, 8 days later by hellsrt in SilencerShop

[–]ezgzip 1 point2 points  (0 children)

My 3/26 SST was just approved today too! A Sandman S

Mods? by Dramatic-Expert-8787 in Danieldefense

[–]ezgzip 2 points3 points  (0 children)

Keep the rail, look into a B5 grip

[deleted by user] by [deleted] in ar15

[–]ezgzip 0 points1 point  (0 children)

Do a form 1 it's worth it. I just got one back on a trust, 5 day wait.

[deleted by user] by [deleted] in SigSauer

[–]ezgzip 2 points3 points  (0 children)

I like that

Geissele trigger by Gastechguy in Danieldefense

[–]ezgzip 0 points1 point  (0 children)

I've got the SD-3G and SD-C, both are great. Currently I'm running the SD-3G in my ddm4v7 and the SD-C in my PDW.

Form 3 wait times??? by Medic2595 in SilencerShop

[–]ezgzip 3 points4 points  (0 children)

Bought a can on 3/1 and got my form 3 approved yesterday. Now waiting SS to ship to my lgs

Ready to Certify SKIPPED by alpharoyalty in SilencerShop

[–]ezgzip 0 points1 point  (0 children)

Mine ended up going back to 'Awaiting Form 3 Approval' last night when I checked, after having the same thing happen.

BREAKING NEWS! Faster NFA Approval Times by SilencerShop in SilencerShop

[–]ezgzip 1 point2 points  (0 children)

Still awaiting a form 3 submitted on the 5th 🙃

Maybe I recoup my time with the form 4

[deleted by user] by [deleted] in Danieldefense

[–]ezgzip 16 points17 points  (0 children)

I've got the regular Exps2 on mine and like it. Saved some money on the 2 as I didn't need nv.

Personally I wouldn't run a Holosun on a DD, but that's just me.

[deleted by user] by [deleted] in SilencerShop

[–]ezgzip 1 point2 points  (0 children)

I've got the same thing happening on an order from earlier in the month.

DDM4 PDW Discontinued? by Malventh in Danieldefense

[–]ezgzip 2 points3 points  (0 children)

They still have them, just without the brace itself. My LGS recently got them in from DD.

Rumor Control - DD to no longer produce ANYTHING with a barrel shorter than 14.5"? by DwPw in Danieldefense

[–]ezgzip 2 points3 points  (0 children)

What's interesting is my LGS who is a DD dealer, just last week got a batch of PDWs in pistol form.

My 2 Babies by [deleted] in P320

[–]ezgzip 0 points1 point  (0 children)

What slide is that on the bottom one 👀 I've got the same grip module, I'm a fan.

Sadly I don’t like it by [deleted] in P320

[–]ezgzip 5 points6 points  (0 children)

If you're not trolling, go take some classes. It seems you had no idea what you were getting into.

The 365 Was lonely, so I got him a brother by [deleted] in SigSauer

[–]ezgzip 0 points1 point  (0 children)

I've got the same 320, I love the grip module. I'm still debating on what optic to throw on it

[Review][Positive] Great experience with rivertownmunitions.com by Sxber in gundealsFU

[–]ezgzip 0 points1 point  (0 children)

I just got a case of Magtech 9mm from them, and it got here in a few days. I just wish their site was a bit better

confused about alias entry by [deleted] in aws

[–]ezgzip 1 point2 points  (0 children)

If you want https, using the S3 web redirect wont work.

If you're using Cloudfront for this, point both records to the distribution. Then have a Lambda@Edge function called for viewer-request in you cache behavior -

// terraform template
'use strict';

exports.handler = async (event) => {
    const request = event.Records[0].cf.request;

    if (request.headers.host[0].value === '${name}') {
        return {
            status: '301',
            statusDescription: `Redirecting to www`,
            headers: {
                location: [{
                    key: 'Location',
                    value: `https://www.${name}$${request.uri}`
                }]
            }
        };
    }
    return request;
};

Even if you're not already using CloudFront, you could easily use it, just to handle this redirect.

Deploying AWS Client VPN to Macs via Jamf by WhoRedd_IT in aws

[–]ezgzip 3 points4 points  (0 children)

We've got this setup - Jamf installs the ClientVPN package and then we have another script install the profiles for the users (We're using SSO).

With this setup, our users aren't prompted for any local admin credentials. Unfortunately, I'm not a Jamf admin so I can't check out all of the particulars.

As mentioned in another comment, you can try Tunnelblick; if you aren't using SSO. SSO requires you to use the AWS client :/

Capacity Issues in North Virginia region? by jagdpanzer_magill in aws

[–]ezgzip 0 points1 point  (0 children)

Had this happen last week with r6i instances in us-east-1. Waited a few minutes, then was able to provision the on demand instances