Open SuperManito opened 14 hours ago
For example, I want to prohibit scripts from accessing the local area network
deno run --allow-net --deny-net=127.0.0.1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 script.ts
For example, I want to prohibit scripts from accessing the local area network