AppleTalk (EtherTalk) proxy
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

README: add caveat about linux multicast

+5
+5
README.md
··· 94 94 `atalk-proxy` only proxies AppleTalk and AARP traffic and does not proxy IP or 95 95 ARP traffic. 96 96 Use kernel-level NAT if you also need IP traffic proxied. 97 + 98 + On Linux you may need to enable the `ALLMULTI` flag on the egress Wi-Fi 99 + interface: 100 + 101 + $ sudo ip link set wlan0 allmulticast on