Ian Eyberg

Results 239 comments of Ian Eyberg

nah - I was just thinking of a help section for docs listing some of the checks you mentioned - eg: are you in a vm already, do you have...

can you describe a bit more what your usecase is?

if you're trying to block something before it even touches your instance the easiest/most straight-forward thing to do would be to apply a new fw rule via your cloud

i understand what you want but need some more context around your specific use-case specifically how are you identifying abusive traffic? and how would you flag/block it? if it's something...

you would set it in your config and re-deploy which should only take few tens of seconds; really this comes back to whether this is a manual process or automatic

that article was written a while ago are you trying to run this locally or in the cloud? if local - there is additional work that one has to use...

circleci has phased out their x86 mac runners so i yanked the mac build from https://github.com/nanovms/ops/pull/1633 until it can support arm here

there is indeed a version check that occurs when building to ensure you have the latest kernel, and if you are building a pkg it might try to auto-dl the...

so these are a little bit different than docker images you'll need to specify what program you are trying to extract as nanos only runs one but many docker images...

this is cause we need to include the registry as part of the namespace or ignore it - this is really the only part of ops that uses this, we...