Можно ли отправить пакет UDP и получить ответ от сценария n js в nginx? Я хотел бы разрешить запись DNS.
Я пытался следовать руководству по использованию с npm modules npm modules , но похоже на dgram пакет был извлечен:
npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
и, требуя его, выдает ошибку:
ERROR in ./load.js
Module not found: Error: Can't resolve 'dgram' in '<snip>'
@ ./load.js 18:15-31