Server Price Breakdown: DigitalOcean, Amazon AWS LightSail, Vultr, Linode, OVH, Hetzner, Scaleway/Online.net:
| Provider | RAM | Cores | Storage | Transfer | Network | Price |
|---|---|---|---|---|---|---|
| LightSail | 512MB | 1 | 20GB SSD | 1TB | 1000M | 5.00$ |
| DO | 512MB | 1 | 20GB SSD | 1TB | 1000M | 5.00$ |
I hereby claim:
To claim this, I am signing this object:
| (function() { | |
| eval(onecup["import"]()); | |
| quickScorePlayer = function(player) { | |
| if (player.side === "dead") { | |
| return; | |
| } | |
| return tr(function() { | |
| td(function() { |
| iPhoneX-test:/usr/local/bin root# apple80211 | |
| apple80211 interface_name [-qvh] -cmd[=new_val] | |
| -q: Quiet mode. Produce script-friendly output. | |
| -h: Verbose help. | |
| -v: Verbose output. | |
| -40int=[true/false] Get/Set 40 MHz intolerance. | |
| -2g_chain_disable=[0/1,0/1] Get/Set 2Ghz shared chain disable and reassoc. [disabled,reassoc] | |
| -acl_add=[mac addr,] Comma separated list of mac addresses to add to ACL list for the interface | |
| -acl_flush Remove all entries from the ACL list for the interface | |
| -acl_list List entries in the ACL list for the interface |
This really barebones "ident" protocol server is intended for use with IRC and works trivially inside a Docker container.
You can obviously modify it to return any ident you want, but it's currently set to "parse" .oidentd.conf (mounted inside the container) as generated by IRC clients such as ZNC.
I've also included an example on how to create an nftables rule to only allow ident queries from IRC servers you first connect to. This means that the ident responder is not usually accessible, but becomes available to IRC servers. Reverse port-knocking of sorts.