search for: addmask

Displaying 8 results from an estimated 8 matches for "addmask".

Did you mean: addr_mask
2017 Sep 27
2
Conditionally disabling auth policy
...ble auth policy, possibly inside a remote{}? > > > > auth_policy_server_url complains that it can't be used inside a remote > > block, so no dice there. Anything I'm missing? > > From my config: > ``` > allowed_subnets=newNetmaskGroup() > allowed_subnets:addMask('fe80::/64') > allowed_subnets:addMask('127.0.0.0/8') > [snip] > if (not(allowed_subnets.match(lt.remote))) > -- do GeoIP check > end > ``` > > of course could just skip all checks in that case if really wanted. but > you probably want to be carefu...
2017 Sep 27
2
Conditionally disabling auth policy
I've been digging into the auth policy stuff with weakforced lately. There are cases (IP ranges, so could be wrapped up in remote {} blocks) where it'd be nice to skip the auth policy (internal hosts that I can trust, but that are hitting the same servers as the outside world). Is there any way to disable auth policy, possibly inside a remote{}? auth_policy_server_url complains that it
2017 Sep 28
2
Conditionally disabling auth policy
...gt;> > >>> auth_policy_server_url complains that it can't be used inside a remote > >>> block, so no dice there. Anything I'm missing? > >> From my config: > >> ``` > >> allowed_subnets=newNetmaskGroup() > >> allowed_subnets:addMask('fe80::/64') > >> allowed_subnets:addMask('127.0.0.0/8') > >> [snip] > >> if (not(allowed_subnets.match(lt.remote))) > >> -- do GeoIP check > >> end > >> ``` > >> > >> of course could just skip all check...
2017 Sep 28
1
Conditionally disabling auth policy
...ins that it can't be used inside a > remote > > > >>> block, so no dice there. Anything I'm missing? > > > >> From my config: > > > >> ``` > > > >> allowed_subnets=newNetmaskGroup() > > > >> allowed_subnets:addMask('fe80::/64') > > > >> allowed_subnets:addMask('127.0.0.0/8') > > > >> [snip] > > > >> if (not(allowed_subnets.match(lt.remote))) > > > >> -- do GeoIP check > > > >> end > > > >> ``` &gt...
2017 Sep 27
0
Conditionally disabling auth policy
...gt; > Is there any way to disable auth policy, possibly inside a remote{}? > > auth_policy_server_url complains that it can't be used inside a remote > block, so no dice there. Anything I'm missing? >From my config: ``` allowed_subnets=newNetmaskGroup() allowed_subnets:addMask('fe80::/64') allowed_subnets:addMask('127.0.0.0/8') [snip] if (not(allowed_subnets.match(lt.remote))) -- do GeoIP check end ``` of course could just skip all checks in that case if really wanted. but you probably want to be careful not to skip too many checks otherwise the...
2017 Sep 28
0
Conditionally disabling auth policy
...sibly inside a remote{}? >>> >>> auth_policy_server_url complains that it can't be used inside a remote >>> block, so no dice there. Anything I'm missing? >> From my config: >> ``` >> allowed_subnets=newNetmaskGroup() >> allowed_subnets:addMask('fe80::/64') >> allowed_subnets:addMask('127.0.0.0/8') >> [snip] >> if (not(allowed_subnets.match(lt.remote))) >> -- do GeoIP check >> end >> ``` >> >> of course could just skip all checks in that case if really wanted. but &gt...
2017 Sep 28
0
Conditionally disabling auth policy
...auth_policy_server_url complains that it can't be used inside a remote > > >>> block, so no dice there. Anything I'm missing? > > >> From my config: > > >> ``` > > >> allowed_subnets=newNetmaskGroup() > > >> allowed_subnets:addMask('fe80::/64') > > >> allowed_subnets:addMask('127.0.0.0/8') > > >> [snip] > > >> if (not(allowed_subnets.match(lt.remote))) > > >> -- do GeoIP check > > >> end > > >> ``` > > >> > > >...
2009 Dec 04
0
Wine release 1.1.34
...t: Add support for genitive month names in GetDateFormat(). Owen Rudge (18): comctl32: Implement Add, ReplaceIcon, GetImageCount, SetImageCount in IImageList. comctl32/tests: Add tests for IImageList based on standard imagelist tests. comctl32: Implement SetOverlayImage, Replace, AddMasked, Draw, Remove, GetImageInfo. comctl32/tests: Add further tests for IImageList. comctl32: Implement Copy, Merge and Clone methods in IImageList. comctl32/tests: Add test of IImageList_Merge function. comctl32: Implement GetImageRect, Get/SetIconSize, Get/SetBkColor. c...