You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
SuperManito
changed the title
Network permissions can support representing IP segments
[CLI] Network access can support representing IP segments
Nov 22, 2024
For example, I want to prohibit scripts from accessing the local area network
The text was updated successfully, but these errors were encountered: