#
bind
Here are 198 public repositories matching this topic...
Dockerize BIND DNS server with webmin for DNS administration
-
Updated
May 24, 2020 - Shell
Self-hosted dyndns/dynamic DNS server and updater for bind
python
simple
nsupdate
ddns
dyndns
bind
dynamic-dns-solution
dynamic-dns-server
simple-stupid
zone-update
named
dyndns-service
-
Updated
Nov 11, 2019 - Python
This project generates dnsmasq, bind and unbound zone files to be used in DNS based AD Blockers.
-
Updated
Jun 3, 2020 - JavaScript
Scapix Language Bridge
python
java
swift
language
csharp
objective-c
cross-platform
cpp
cpp14
cpp11
idl
bridge
automatic
jni
cpp17
bind
automated
cpp-library
jni-wrapper
jni-android
-
Updated
Jun 2, 2020 - C++
cd711
commented
Mar 27, 2020
github.com/xxjwxc/public@v1.0.2: reading github.com/xxjwxc/public/go.mod at revision v1.0.2: unknown revision v1.0.2
请更新一下版本吧
谢谢
A simple solution to let you force bind a program to a specific network adapter
-
Updated
Apr 18, 2020 - C#
6
oxr463
commented
Jun 21, 2019
Tools
- Clippy, (Docs: https://rust-lang.github.io/rust-clippy).
- rustfmt.
- Pre-commit hook
- Run in CI, (Travis Example: https://github.com/rust-lang/rustfmt#checking-style-on-a-ci-server).
- Cargo Tests
- [Unit Tests](https://
IRC-controlled LD_PRELOAD Linux rootkit
-
Updated
May 11, 2020 - C
Creates a BIND RPZ zone to block ads & malicious domains
-
Updated
Jan 17, 2018 - Python
Learn the art of JS!
javascript
tutorial
js
es6
functional-programming
arrow-functions
proxies
call
const
bind
async-await
closures
let
destructuring-assignment
spread
function-curring
apply
template-literal
object-literal
learn-javascript
-
Updated
Oct 24, 2018 - JavaScript
Install and configure dns on your system.
-
Updated
Jun 3, 2020
Nolovia is an ad/malware blocking configuration file generator for bind, NSD, and other DNS resolvers
-
Updated
May 27, 2020 - PHP
A Tool For Crypt File And Bypass AntiVirus Even msfvenom Payloads
cryptography
crypto
binder
bindings
bind
bypass
msfvenom
bypassantivirus
crypt
crypter
payload-generator
cryptor
bypassav
-
Updated
Sep 6, 2019
js::bind makes any C++ function, member function or lambda as a Javascript callback.
-
Updated
Sep 28, 2018 - C++
DNS Cluster with Ansbile and using Bind9
-
Updated
Dec 22, 2018
Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) interfaces.
react
linq
reactive
functional
functional-programming
binding
dynamic
observable
declarative
live
continuous
bind
linq-methods
inotifypropertychanged
declarative-programming
observablecollection
inotifycollectionchanged
inotifypropertychanged-interface
inotifycollectionchanged-interface
linq-analogs
-
Updated
Jun 3, 2020 - C#
Python bind shell single line code for both Unix and Windows, used to finding and exploit RCE (ImageMagick, Ghostscript, ...)
python
windows
shell
ghostscript
imagemagick
unix
python3
rce
bind
python2
one-liner
one-line
cve-2016-3714
cve-2018-16509
-
Updated
Apr 9, 2020
Improve this page
Add a description, image, and links to the bind topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bind topic, visit your repo's landing page and select "manage topics."
The handling of cryptographic keys, signatures and other data that is ultimately represented as Base16, 32, or 64 encoded string is inconsistent across all Rdata type classes. These should be handled the same.
Signatures et al inputted into Rdata classes SHOULD be setted and getted in raw binary form; the only time it is outputted to a text encoding is when
$rdata->toText()is called.Th