<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: cisco87</title><link>https://news.ycombinator.com/user?id=cisco87</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 05:30:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cisco87" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cisco87 in "Mullvad on Tailscale: Privately browse the web"]]></title><description><![CDATA[
<p>Ah yeah so $1 is the mullvad interface name, and you run it by placing it in the  mullvad's wg conf file as<p><pre><code>  PostUp = /path/to/script.sh %i</code></pre></p>
]]></description><pubDate>Fri, 08 Sep 2023 12:15:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=37432540</link><dc:creator>cisco87</dc:creator><comments>https://news.ycombinator.com/item?id=37432540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37432540</guid></item><item><title><![CDATA[New comment by cisco87 in "Mullvad on Tailscale: Privately browse the web"]]></title><description><![CDATA[
<p>Thank you!</p>
]]></description><pubDate>Fri, 08 Sep 2023 07:06:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=37430445</link><dc:creator>cisco87</dc:creator><comments>https://news.ycombinator.com/item?id=37430445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37430445</guid></item><item><title><![CDATA[New comment by cisco87 in "Mullvad on Tailscale: Privately browse the web"]]></title><description><![CDATA[
<p>Ah nice thank you</p>
]]></description><pubDate>Thu, 07 Sep 2023 16:55:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=37421916</link><dc:creator>cisco87</dc:creator><comments>https://news.ycombinator.com/item?id=37421916</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37421916</guid></item><item><title><![CDATA[New comment by cisco87 in "Mullvad on Tailscale: Privately browse the web"]]></title><description><![CDATA[
<p>Mh interesting, I've wrote a while ago a script to start on connection in order to have mullvad coexist with tailscale, if anyone is interested, I also have one for NVPN<p><pre><code>  DOMAINS=(login controlplane log derp1-all derp2-all derp3-all derp4-all derp5-all derp6-all derp7-all derp8-all derp9-all derp10-all derp11-all derp12-all derp13-all derp14-all derp15-all derp16-all derp17-all derp18-all derp19-all derp20-all derp21-all derp22-all derp23-all derp24-all)

  FWMARK=$(wg show $1 fwmark)

  for d in ${DOMAINS[@]}; do
    IPS=$(dig +answer -4 $d.tailscale.com +short)

    for IP in ${IPS[@]}; do
      iptables -I INPUT --in-interface tailscale0 -j MARK --set-mark $FWMARK
      iptables -I OUTPUT --out-interface tailscale0 -j MARK --set-mark $FWMARK

      iptables -I INPUT -d $IP/32 -j MARK --set-mark $FWMARK
      iptables -I INPUT -s $IP/32 -j MARK --set-mark $FWMARK 
      iptables -I OUTPUT -d $IP/32 -j MARK --set-mark $FWMARK
     done;

  done;

  iptables -I OUTPUT -d 100.100.100.100/32 -j MARK --set-mark $FWMARK
  iptables -I OUTPUT -s 100.100.100.100/32 -j MARK --set-mark $FWMARK
  iptables -I INPUT -d 100.100.100.100/32 -j MARK --set-mark $FWMARK
  iptables -I INPUT -s 100.100.100.100/32 -j MARK --set-mark $FWMARK</code></pre></p>
]]></description><pubDate>Thu, 07 Sep 2023 16:29:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=37421463</link><dc:creator>cisco87</dc:creator><comments>https://news.ycombinator.com/item?id=37421463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37421463</guid></item><item><title><![CDATA[New comment by cisco87 in "Ask HN: Who wants to be hired? (September 2023)"]]></title><description><![CDATA[
<p>Location: Amsterdam, The Netherlands<p>Remote: Yes<p>Willing to relocate: Yes, to Berlin or London.<p>Technologies: php, c#, rust, js, ts, objective-c/cocoatouch, docker, vagrant, puppet, ansible, linux, aws<p>Résumé/CV: <a href="https://mega.nz/file/YZhDVLBT#YiblTkskkliOTL6NE4DydBdBPLnQcqUgE-WQCDh1evU" rel="nofollow noreferrer">https://mega.nz/file/YZhDVLBT#YiblTkskkliOTL6NE4DydBdBPLnQcq...</a><p>Email: hn [AT] francescoallara.it</p>
]]></description><pubDate>Sat, 02 Sep 2023 00:09:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=37357438</link><dc:creator>cisco87</dc:creator><comments>https://news.ycombinator.com/item?id=37357438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37357438</guid></item></channel></rss>